Marta is creating a program that will guide the user through a series of physical exercises. She wants the program to coach the user to do 10 push-ups. Which kind of loop should be used?

(1 point)
Responses

binary loop

binary loop

condition-controlled loop

condition-controlled loop

count-controlled loop

count-controlled loop

interface loop

interface loop

The correct answer is count-controlled loop.