_________ statement is used to repeat a set of instructions until a condition evaluates to true.
Answers
Answered by
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
1
Explanation:
repeat / until loop statement is used to repeat a set of instructions until a condition evaluates to true.
Similar questions