Type an indexed for loop space to flip Type an indexed for loop Answer for (int i = 0; i < 5; i++) { Three parts: initialise i, the continue-condition, and the update — all evaluated by the loop in that order.