Multiple Choice
A flag-controlled loop is also called a ____.
A) sentinel-controlled loop
B) counter-controlled loop
C) state-controlled loop
D) posttest form loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: int loopVariable = 0; do<br>{<br>Console.WriteLine("Count = {0:}",
Q5: for (int outer = 0; outer <
Q6: A sentinel controlled loop is also called
Q7: The for statement is a compact method
Q8: Windows applications use an event-driven model to
Q10: The _ loop structure, which restricts access to
Q11: A common problem associated with counter-controlled loops
Q12: With counter controlled loops, it is important
Q13: To "prime the read" with a loop,
Q14: int loopVariable = 0; do<br>{<br>Console.WriteLine("Count = {0:}",