हिंदी

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

प्रश्न

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;
     }
}
संक्षेप में उत्तर

उत्तर

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
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1.1: Nested Loop - Review Insight [पृष्ठ १४४]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
अध्याय 1.1 Nested Loop
Review Insight | Q 8. | पृष्ठ १४४
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×