- Students often incorrectly read straight across the control statement of the for loop and believe the three execute in order to start the loop.
- The last part of the for loop control statement, updating the index, does not update until after the loop runs through once.