Multiple Choice
You must tell the user what value to type to end the loop for ____.
A) counter-controlled loops
B) state-controlled loops
C) sentinel-controlled loops
D) any type of loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q48: In order to use the MessageBox.Show( )
Q49: An example for statement that has a
Q50: The conditional expression is sometimes called the
Q51: An option other than looping that can
Q52: Without incrementing the counter used in the
Q54: int sum = 0;<br>int number = 1;<br>while
Q55: Scope refers to the region in the
Q56: Class diagrams show the data, method, and
Q57: In order to use the MessageBox.Show( )
Q58: A state-controlled loop should be designed when