English

Predict the output: int i, j; first: for (i = 0; i < 5; i = i + 2) { second: for (j = 1; j <= 10; j++) { System.out.println("i=" + i + "j=" +); if (j == 2) break second; } } - Computer Applications

Advertisements
Advertisements

Question

Predict the output:

int i, j;
first:
for (i = 0; i < 5; i = i + 2)
{
     second:
     for (j = 1; j <= 10; j++)
     {
     System.out.println("i=" + i + "j=" +);
     if (j == 2)
       break second;
     }
}
Answer in Brief

Solution

i = 0, j = 1
i = 0, j = 2
i = 2, j = 1
i = 2, j = 2
i = 4, j = 1
i = 4, j = 2

shaalaa.com
  Is there an error in this question or solution?
Chapter 1.1: Nested Loop - Review Insight [Page 144]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.1 Nested Loop
Review Insight | Q 8. | Page 144
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×
Our website is made possible by ad-free subscriptions or displaying online advertisements to our visitors.
If you don't like ads you can support us by buying an ad-free subscription or please consider supporting us by disabling your ad blocker. Thank you.