Answer Posted / scott77
Do while loop will continue while the condition is true, Whereas Do until loop will continue while the condition is false.
Do while executes the first cycle without checking condition, Whereas Do until executes it after checking condition.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
On what systems PL/1 is available?
What do the compilers provide?
What is PL/I?
How did PL/I originate?
Difference between main program and a sub program in PL/1?
What are the different options in OPTIONS?
How do you handle exception in PL/1?
How can I try out PL/I?
What tools are available in PL/1?