loop variable

A loop variable is a variable that is used to control the execution and repetition of a loop. It is typically initialized before the loop starts and its value is updated within each iteration, which determines the conditions for the loop to continue or terminate.

Requires login.