Multiple Choice
A loop that repeats a specific number of times is known as a(n)
A) sentinel loop
B) conditional loop
C) counter-controlled loop
D) infinite loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Which of the following will open a
Q31: This type of loop is ideal in
Q32: The increment operator is:<br>A) ++<br>B) --<br>C) *=<br>D)
Q33: A loop that executes as long as
Q36: Given the following statement, which statement will
Q37: What will be the value of x
Q39: How many times will the following do-while
Q42: A file must always be opened before
Q50: When the continue statement is encountered in
Q54: In the following code, what values could