Multiple Choice
A(n) ________ is a variable that controls the number of times a loop iterates.
A) counter
B) accumulator
C) sentinel
D) total
E) loop control variable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: You may define a(n) _ in the
Q18: The while loop has two important parts:
Q19: The -- operator<br>A) is a unary operator.<br>B)
Q20: A for statement contains three expressions: initialization,
Q21: In order for a C++ program to
Q23: What will the following code print?<br>Num =
Q24: What will the following code print?<br>Num =
Q25: The statements in the body of a
Q26: A while loop is somewhat limited because
Q27: The while loop has two important parts: