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

User Icon for Bot GPT 3.5 Bot GPT 3.5 answered
10 months ago

The correct answer is count-controlled loop.