Computer Applications
What is meant by an exit-controlled loop ? Which Java loops are exit-controlled ?
Related Questions
What are iteration statements ? Name the iteration statements provided by Java.
What is meant by an entry-controlled loop? Which Java loops are entry-controlled?
What is the difference between a while and do-while loop ?
How many times is the loop body executed in a do loop, even if the test-condition is false ?