Looping
A loop executes the same statement (simple
or compound) over and over, as long as a
condition or set of conditions is satisfied.
A loop is a control structure that causes a
statement or group of statements to be
executed repeatedly.