62.5k views
1 vote
This loop is a good choice when you know how many times you want the loop to iterate in advance of entering the loop.

1. do-while

2. while

3. for

4. infinite

5. None of these

2 Answers

3 votes

Answer:

This loop is a good choice when you know how many times you want the loop to iterate in advance of entering the loop.: for - 3.

User Manjunath Ballur
by
5.0k points
0 votes
Infinite means not stop. Something that keeps going and going! So the answer would have to be 4 :)
User Pablo NotPicasso
by
5.8k points