~/ learn/ java-from-zero/ cards/ Loops: while, do-while, for, for-each
1 of 3

Type an indexed for loop

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.

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/e17f6566-5fd0-4dc0-a6b0-8b23459362fb/flashcard utf-8 LF