Congratulations on getting through the second starter set! To summarize, you should now know how to:
while
and for
loops.break
and continue
statements.Using this knowledge, you are now ready to tackle a few AIO problems yourself! Here are some AIO problems you can try:
Starter Set II: AIO problems |
|
---|
And if you're feeling especially adventurous, here are three more challenging problems to try! These problems required you to do some problem solving and creative thinking (after all, that's what informatics is about!) to come up with a working algorithm.
Starter Set II: AIO problems (Challenge!) |
|
---|
Solve two of the AIO problems mentioned above to complete this tutorial.