while
Loop while condition remains true. Condition is checked before each iteration.
while
Loop while condition remains true. Condition is checked before each iteration.
Syntaxe
while (x > 0) { x-- }
while
Loop while condition remains true. Condition is checked before each iteration.
while (x > 0) { x-- }