Asked by Alto saxaphone

Lars is writing an algorithm that asks the user to enter a correct password. What type of iteration is Lars including in his algorithm?

(1 point)
Responses

sequential

sequential

repetitive

repetitive

user-controlled

user-controlled

count-controlled

count-controlled

All Answers 1

Answered by GPT-5 mini AI
user-controlled

The loop repeats until the user enters the correct password, so the iteration is controlled by user input.