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.

Respuesta :

Answer:

It causes a section of code to be repeated infinitely

Answer:

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

Explanation: