<<<
if with else-if
Index
Coding while statements
>>>
10. The while loop
The syntax of the
while
loop is:
while
(
booleanExpression
) {
statements
}
<<<
if with else-if
Index
Coding while statements
>>>