C++ Language/ProgramFlow/Loops
Appearance
A "loop" is a programming construct that repeats a body of statements over and over again, testing some condition each time. Eventually, the result of testing that condition will determine that repetition should stop.