Change the condition so the for loop only loops while i is less than 5.

Superb! That's a mighty fine looking for loop.

To stop the loop when i is less than 5, we'll need to assemble i < 5 as the condition.