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