Multiple Choice
You control a loop's repetitions by using either a counter or a(n) ____ value.
A) sentinel
B) standard
C) end
D) constant
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: If you use the wrong comparison with
Q25: The body of a loop can contain
Q26: Setting a data item to a specific
Q27: A(n) _ loop is a loop which
Q28: There is no benefit to changing a
Q30: In all structured loops, the _ must
Q31: A common mistake when programming with loops
Q32: If you run the same application a
Q33: When one loop appears inside another, the
Q34: Programmers must be careful to use the