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. do while tests
4. if then-else
- a. repeat until
1. repeat until
2. condition
3. do while tests
4. if then-else