What's true about for loops?
Perfect! A for loop repeats a code block for a specified number of times, which is determined by its counter variable.
Whoops! A for loop repeats a code block for a specified number of times, which is determined by its counter variable.