![]() |
subject > programming language construct > statement > loop > while loop |
![]() ![]() | ||||
while loop | ||||
subject | fact |
while loop | can be interchanged with a for loop | ![]() |
has form while(condition) | ![]() | |
is a subtopic of The Basics of Java | ![]() | |
is a kind of loop | ![]() | |
loop | has identical syntax in Java, C and C++ | ![]() |
has part condition | ![]() | |
statement | should be not more than one line long if possible | ![]() |