Each execution of a loop body is called an iteration. Sometimes the general concept of looping is also called iteration. In a counting loop, each iteration changes an integer loop control variable by an integer amount. The amount of change can be positive or negative.
Comments 0