165k views
20 votes
What does a loop statement do?

It causes a section of code to be repeated a certain number of times.

It causes a section of code to be executed one time only.

It causes a section of code to end.
It causes a section of code to be repeated infinitely.

User NSP
by
3.3k points

2 Answers

4 votes

Answer:

It causes a section of code to be repeated infinitely

User Yuhao
by
3.3k points
8 votes

Answer:

It causes a section of code to be repeated a certain number of times.

Step-by-step explanation:

User Ruwanka De Silva
by
3.5k points