3.0k views
2 votes
For a loop to stop, the loop control variable must

User Ostati
by
7.9k points

1 Answer

4 votes

Answer:

Must reach a certain value or condition specified in the loop's exit statement or the loop must be explicitly broken out of by using a control statement such as "break".

User TheBoubou
by
8.0k points