2
A 'For Loop' is used when you know exactly how many times you want to repeat something. 'For every student in the class, give them a textbook.'
It's very organized. You have a starting point, an ending point, and a step. It's the most common type of loop you'll use.
Log in to add a comment.