Advertisements
Advertisements
Question
Define the following with its construct:
Entry controlled loop
Definition
Solution
Entry controlled loops check the condition before running the loop's body. If the condition is false, the loop's body statements will not run. This category includes only two constructs: the 'for' loop and the 'while' loop.
shaalaa.com
Is there an error in this question or solution?
Chapter 1.09: Iterative Constructs in Java - EXERCISES [Page 124]