हिंदी

Study the snippet given below and answer the following questions: int j, k, p = -1; for (j = -2; j <= 1; j++) { for (k = j; k <= 0; k++) k = Math.max(j * k, p); System.out.print(k); p = p + 2; } - Computer Applications

Advertisements
Advertisements

प्रश्न

Study the snippet given below and answer the following questions:

int j, k, p = -1;
for (j = -2; j <= 1; j++)
{
     for (k = j; k <= 0; k++)
       k = Math.max(j * k, p);
System.out.print(k);
p = p + 2;
} 
  1. How many times will the outer loop run?
  2. Predict the output.
संक्षेप में उत्तर

उत्तर

  1. The outer loop runs 4 times.
  2. The output: 5 2 4 1 
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1.1: Nested Loop - Review Insight [पृष्ठ १४३]

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×