In last week's class we were introduced to the concept of for loops to reduce repetitious code. According to Wikipedia a four loop "is a control flow statement for specifying iteration, which allows code to be executed repeatedly."
Here is an example of a for loop that I worked on in the help session last Friday: