A do-while loop is a loop which executes at least once and will only terminate when the Boolean expression (or "condition") returns false. The do-while loop is not as popular as the while loop because any references inside it which depend on the condition being true must be usable before the condition is checked. The do-while loop is often used when some preparation is needed before iteration.
Attributes | Values |
---|---|
rdfs:label |
|
rdfs:comment |
|
sameAs | |
dcterms:subject | |
dbkwik:code/proper...iPageUsesTemplate | |
abstract |
|