5.
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?
binary loop
condition-controlled loop
count-controlled loop
interface loop
1 answer
condition-controlled loop