Multiple Choice
Often, the value of a loop control variable is not altered by arithmetic, but instead is altered by user input. This type of loop is a(n) ____ loop.
A) definite
B) indefinite
C) sentinel
D) infinite
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Why is it important to initialize an
Q6: Write two code segments that print the
Q32: What are three common ways that the
Q33: An accumulator variable must be set to
Q33: Briefly describe the structure of a for
Q34: When a variable is declared inside a
Q35: With a _ loop, you can indicate
Q36: Suppose a loop should execute while x
Q37: A(n) _ loop is one in which
Q42: When you use a loop within a