Divya is incorporating a loop into her algorithm to make her overall code more efficient. What type of loop does Divya use to allow an action to be repeated until she tells it to stop?

(1 point)
Responses

forever

forever

sequence

sequence

repeat 10

repeat 10

directional

directional

1 answer

Divya should use a forever loop to allow an action to be repeated until she tells it to stop.