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

(1 point)
• True
• False

1 answer

False. The variable that keeps track of how many times a loop has executed is typically called a "loop counter" or simply "counter," not a "conditional variable."