Iteration
The term first iteration describes one pass through the loop structure.
This includes the
test at the beginning and either:
- One execution of the code in the body of
the loop or
- The termination of the loop, whichever is dictated by the value
of the expression in the conditional clause.