Multiple Choice
The variable that controls the number of times a loop iterates is known as a(n) __________.
A) counter variable
B) loop control variable
C) running total
D) decrement variable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: What will be the values of x
Q9: Given the following statement, which statement will
Q10: Before entering a loop to compute a
Q11: Select all that apply. Which method of
Q12: A random number, created as an object
Q14: In a for loop, the control variable
Q15: In all but very rare cases, loops
Q16: The while loop is always the best
Q17: The _ loop is ideal in situations
Q18: How many times will the following do-while