A control structure for repeating a block of code a specific number of times.
A "for" loop is like a recipe that tells your program to do something multiple times. You specify how many times, and it goes through the steps over and over. For example, you can use it to count from 1 to 10.