What's the deal with loops?
true
Great! Loops run blocks of code multiple times until their run condition is no longer true.
Not quite. Loops run blocks of code multiple times until their run condition is no longer true.