Multiple Choice
The ___________ represents a special value that marks the end of a list of values.
A) Sentinel
B) Stop
C) End
D) Any of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: The conditions that control a loop repetition
Q20: What type of loop uses a Boolean
Q21: When processing a long list of values
Q22: The While loop gets its name from
Q23: An inner loop goes through all of
Q25: A posttest loop does not perform any
Q26: A loop that accumulates a total as
Q27: The While and For loops are considered
Q28: A _ structure is commonly known as
Q29: The following is an example of what