The appropriate type of loop for Bruno's program, which allows the user to enter a passcode and try again if the wrong one is entered, is a condition-controlled loop.
This type of loop continues to run as long as a certain condition (in this case, entering the correct passcode) is not met.