Repetition is at the core of programming. On this lesson we are going to learn how to write for loops.

What you are going to learn

  • Write a for-loop.

Theory

TODO

Instructions

Follow the instructions on the TODO comment in the source code.

Back to top