Loop using for statements

  1. null (#1)
  2. null (#2)
  3. null (#3)
  4. null (#4)
  5. null (#5)

Try again.

The initialization, the test, and the update are the three crucial manipulations of a loop variable; the for statement makes these three steps an explicit part of the loop:
for (initialize ; test ; increment)
statement