Iteration
The repetition of a process or set of instructions in computer programming, with each repeating cycle building on the previous one (see instruction repetition). The usual way to add the digits 1 to 9 is to use a FOR loop with a counter, as in the following example.
for number = 1 to 9
quantity = quantity + quantity
Meanings of Iteration
Solo concerto or interpretation of the second rehearsal.
Variant or version.
The use of repetition in a computer program, especially in the form of a loop.
An iteration of code in such a repetitive process.
Sentences of Iteration
The architect developed several iterations of the floor plan before moving on to the final version.
The code calculates the corresponding value with each iteration.