Multiple Choice
The do-while loop is considered a(n) ________ loop.
A) pre-test
B) post-test
C) infinite
D) limited
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: What will the following code display?<br>Int number
Q9: An initialization expression may be omitted from
Q21: What will the following code display?<br>Int x
Q26: A while loop's body can contain multiple
Q33: To allow file access in a program,
Q34: To write data to a file, you
Q37: This is a pre-test loop that is
Q39: These are operators that add and subtract
Q42: The do-while loop is a(n)_ loop that
Q59: How many times will the following loop