Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > statement > loop > while loop
Next loopfor loop    Uploop

while loop comparison table
Subject interchange with is a kind of have form
loop statement 
while loopa for looploop
while(condition)
{
// statements to keep executing while condition is true
}

Next loopfor loop    Uploop