The variable that keeps track of how many times a loop has executed is called the conditional variable.

True

False

1 answer

False

The variable that keeps track of how many times a loop has executed is called the loop control variable or loop counter. The conditional variable is typically used in an if statement to determine whether or not a loop should continue executing.