October 2013
Beginner
320 pages
8h 21m
English
What You’ll Learn in This Hour:
How to repeat a block of code a set number of times
How to repeat code as long as something is true
When to use loops in the real world
A loop is a bit of code that is repeated. Sometimes it’s repeated a set number of times. Sometimes it’s repeated until a certain condition is true. Other times, it repeats until the user tells it to stop.
Most programs are written inside of loops. ...
Read now
Unlock full access