For loops are part of every programming language, and most programs use for loops.

1. In your own words, describe the purpose of a for loop.

Now think of one website, app, or machine that you use that you think uses a for loop.

2. How is the for loop used?

For example, a video game that gives you 3 lives, or 3 turns, likely uses a for loop to have you play each turn. The program might look something like this: