213k views
3 votes
Question 10 of 10

What may occur if it is impossible for the condition in a while loop to be
false?
A. The program will find a way to meet the condition.
B. The loop will iterate forever.
C. The game's performance will speed up.
D. The amount of code will not be manageable.
SUBMIT

User Bastyon
by
6.9k points

1 Answer

2 votes

The answer is B).

The loop will iterate forever.

User Randy Stauner
by
8.2k points