Owen is writing a program that will lock his computer for one hour if the incorrect password is entered more than five times. Having the code repeat five times is an example of

a loop
an algorithm
debugging
logical reasoning

Respuesta :

Answer:

Your answer is I think A) A loop

Explanation:

In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached.