Multiple Choice
If nothing within a while loop ever causes the condition to become false, a(n) ________ may occur.
A) null value
B) infinite loop
C) unexpected exit
D) compiler error
E) system crash
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: A(n) _ is a special value that
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
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
Q39: The while loop is a(n) _ loop,