Q. . A __________ executes the loop task first, then tests a condition and repeats the task until the condition fails. (Solved)
1. repeat until
2. condition
3. c) do while tests
4. d) if then-else
- a. repeat until
1. repeat until
2. condition
3. c) do while tests
4. d) if then-else