Multiple Choice
A can be used in repetition structures to indicate the end of data entry.
A) counter
B) boolean
C) sentinel value
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: In an expression containing values of the
Q56: A while statement can cause logic errors
Q57: Which of the following statements about the
Q58: a -= 3 is equivalent to the
Q60: A decision symbol in an activity diagram
Q62: Which of the following is not an
Q63: Postincrementing a variable will delay the incrementing
Q64: Which statement is false<br>A) Unless directed otherwise,
Q65: The sentinel value must be chosen so
Q66: What is output by the following C#