Multiple Choice
A(n) is a variable that is regularly incremented or decremented each time a loop iterates.
A) accumulator
B) total
C) sentinel
D) loop control variable
E) counter
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A while loop is somewhat limited, because
Q2: When a loop is nested inside another
Q9: An initialization expression may be omitted from
Q10: The statement causes a loop to terminate
Q10: To use an output file in a
Q11: The while loop has two important parts:
Q17: The ideal type of loop to use
Q18: The ideal type of loop to use
Q19: You may define a(n)in the initialization expression
Q26: A while loop is somewhat limited because