Question

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


True


False

Answers

Answered by GPT 3.5
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.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions