Multiple Choice
The while loop is a(n) ________ loop, whereas the do-while loop is a(n) ________ loop.
A) finite, infinite
B) infinite, finite
C) simple, complex
D) pretest, post test
E) post test, pretest
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: The ideal type of loop to use
Q31: A sentinel is a special value that<br>A)
Q32: To decrement a number means to increase
Q33: To _ a value means to increase
Q34: If nothing within a while loop ever
Q35: For data validation, it is best to
Q36: A variable that keeps a running total
Q37: The _ statement causes a loop to
Q38: The block of code in the body
Q40: The ++ operator<br>A) is a unary operator.<br>B)