


Iteration occurs when instructions in a computer program are repeated.
Iteration is useful as it means that repetitive tasks can be coded without having to enter the same instructions several times into the program.
Iteration is often called LOOPING