0
0
llucycodes42
The body of the while loop is executed repeatedly as long as the condition specified at the top of the loop remains true.
Shortcut: while
while () {
}
0
0
llucycodes42
The body of the while loop is executed repeatedly as long as the condition specified at the top of the loop remains true.
Shortcut: while
while () {
}