FOR loop
A control structure within a program which allows a particular command or sequence of commands to be repeated a certain number of times, with the number of times controlled by a counter.

A control structure within a program which allows a particular command or sequence of commands to be repeated a certain number of times, with the number of times controlled by a counter.