Bruno is asked to create a program that will require the user to enter a passcode. If the wrong passcode is entered, the user can try again until they get it right. What kind of loop should be created for this? A. a binary loop B. a condition-controlled loop C. a count-controlled loop D. an interface loop

Respuesta :

Answer:

a condition controlled loop

Explanation:

if a user get the password right he will not have to restart

ACCESS MORE