InterviewSolution
Saved Bookmarks
| 1. |
A __________ executes the loop task first, then tests a condition and repeats the task until the condition fails.(a) repeat until(b) condition(c) do while tests(d) if then-elseThis question was posed to me in an online interview.My doubt stems from Component Level Design in portion Design and Implementation of Software Engineering |
|
Answer» The CORRECT ANSWER is (a) REPEAT until |
|