nMore commonly,
a section of code that is repeated is referred as a loop (C++
term).
nEach
repetition is also referred as an iteration or one pass.
nIn general,
there are three different forms of repetition structures
nwhile
structure
nfor
structure
ndo-while
structure
n