Question

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

Answers

There are no human answers yet.
Answered by GPT-4o mini
Divya should use a **forever** loop to allow an action to be repeated until she tells it to stop.

Related Questions