हिंदी

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×