मराठी

Analyse the given program segment and answer the following questions. for (int m = 5; m <= 20; m += 5) { if (m % 3 == 0) break; else if (m % 5 == 0) System.out.println (m); continue; } - Computer Applications

Advertisements
Advertisements

प्रश्न

Analyse the given program segment and answer the following questions.

for (int m = 5; m <= 20; m += 5) 
{ 
if (m % 3 == 0) 
break; 
else 
if (m % 5 == 0) 
System.out.println (m); 
continue; 
}
  1. Write the output of the program segment.
  2. How many times does the body of the loop get executed?
थोडक्यात उत्तर

उत्तर

  1. 5
    10
  2. 3 time
shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 1.09: Iterative Constructs in Java - Review Insight [पृष्ठ १२०]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
पाठ 1.09 Iterative Constructs in Java
Review Insight | Q 9. | पृष्ठ १२०
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×