Learn Why to Code

A brief introduction to practical programming

Loop and Repeat

The problem: We're doing the same thing, over and over, with just a minor change each time.
The solution: Use a loop to repeat commands as many times as we need.

This is just a skeleton of the actual lesson. Content is added as it is edited and polished.

Comments