15.9k views
2 votes
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?

a binary loop
a condition-controlled loop
a count-controlled loop
an interface loop

User Cuong Vo
by
3.2k points

2 Answers

1 vote
A condition controlled loop I’m pretty sure it’s that
User John Madieu
by
3.4k points
7 votes
she should use a condition-controlled loop. Because it uses a True/False and it will not continue until the task is done
User Annu Gogatya
by
3.9k points