Computer Science, asked by rekhagupta237, 1 month ago

_________ statement is used to repeat a set of instructions until a condition evaluates to true.​

Answers

Answered by shreyash969
4

Answer:

The repeat / until loop is a loop that executes a block of statements repeatedly, until a given condition evaluates to true .

Answered by agnesmariam2006
1

Explanation:

repeat / until loop statement is used to repeat a set of instructions until a condition evaluates to true.​

Similar questions