Multiple Choice
Which of the following is an advantage of a sentinel-controlled loop?
A) The number of iterations does not have to be known.
B) An extreme or dummy value can be entered.
C) The loop is always performed at least one time.
D) It could be used with the while form of the loop.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q63: int loopVariable = 0; do<br>{<br>Console.WriteLine("Count = {0:}",
Q64: The _ statement is a pretest form
Q65: An interpretation of the while statement is
Q66: Iteration is a technique used where a method
Q67: A method that calls itself repeatedly until
Q69: When one of the program statement included
Q70: In C# curly braces must be added
Q71: int counter = 0; while (counter <
Q72: The sentinel value is used as the
Q73: Which of the following is NOT a