Electrical
and Computer Engineering
1 of 23
UAH
CPE 112
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.