50.5k views
2 votes
WILL GIVE BRAIN

As soon as a while loop condition becomes __________, the loop will __________.

accurate; stop
false; end
true; discontinue
wrong; repeat

1 Answer

4 votes

Answer:

false; end

Step-by-step explanation:

It seems like the only one that makes sense. If it is accurate(which accurate wouldn't be the right term to use) then it will stop is completely false. Actually, a while loop runs when it is true and it stops once the loop condition(s) is/are false. Technically crossing out all answers except the last one.

hope this helped :D

User Jasonbar
by
6.2k points