Advertisements
Advertisements
प्रश्न
Define the following with its construct:
Entry controlled loop
व्याख्या
उत्तर
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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 1.09: Iterative Constructs in Java - EXERCISES [पृष्ठ १२४]