Computer Science, asked by agarwalrekha1693, 3 months ago

5. Which loop continues to repeat a block of statements as long as the condition is false?​

Answers

Answered by radha3858
1

Answer:

If the condition is a simple boolean, the repeat / until loop will execute as long as the condition evaluates to false (in other words until it is true).

Similar questions