iteration variable

An iteration variable is a variable used in a loop that keeps track of the current iteration or repetition of the loop. It is updated with each iteration and is often used to control the flow of the loop and access and manipulate data within the loop.

Requires login.