English

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

Question

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?
Answer in Brief

Solution

  1. 5
    10
  2. 3 time
shaalaa.com
  Is there an error in this question or solution?
Chapter 1.09: Iterative Constructs in Java - Review Insight [Page 120]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.09 Iterative Constructs in Java
Review Insight | Q 9. | Page 120
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×