Multiple Choice
The above code is an example of a(n) ____ loop.
A) flag-controlled
B) counter-controlled
C) EOF-controlled
D) sentinel-controlled
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: If y = 0, how many times
Q4: The loop condition of a while loop
Q5: The control statements in the for loop
Q7: To read data from a file of
Q9: Which of the following is not a
Q10: In the for statement, if the logical
Q11: The following for loop executes 21 times.
Q12: Assume that all variables in the following
Q13: Which of the following is the logical
Q26: In the case of the sentinel-controlled while