129k views
4 votes
In a ____, the loop body might never execute because the question controlling the loop might be false the first time it is asked

User Anty
by
6.6k points

1 Answer

4 votes
Both while and for loops can NOT execute because either the condition is false or the range is null ( for i in range( 0, 0 ) ).

The answer is probably while loop.
User Der Vampyr
by
6.8k points