Back Navigation Next Navigation Video 7: Looping (page 3 of 5)

LoopingLoops (repeated steps) have iteration variables that change each time through a loop. Often these iteration variables are numbers or Boolean values.

We have to be careful to not loop indefinitely. We have to make sure we change the iteration variable at some point to exit out of the loop.

Looping