Advertisements
Advertisements
Question
Define the following with its construct:
Exit controlled loop
Definition
Solution
It examines the condition after the loop's body has been executed. Even if the condition is false, the loop body's sentences are executed at least once. The 'do-while' loop is the single construct in this category.
shaalaa.com
Is there an error in this question or solution?
Chapter 1.09: Iterative Constructs in Java - EXERCISES [Page 124]