Object Oriented Software Engineering View all facts Glossary Help |
subject > programming language construct > statement > loop > while loop |
while loop comparison table |
Subject | interchange with | is a kind of | have form |
---|---|---|---|
loop | statement | ||
while loop | a for loop | loop | while(condition) |