nAny algorithm
could be constructed using combinations of four standardized flow of
control structures:
nSequential
nSelection (if
statement)
nRepetition
nInvocation.
nMany problems
require a repetition capacity, in which the same calculation or sequence of instruction is
repeated, over and over, using different sets of data.
n