English

Find the error: int j, k; for (k = 1; k <= 10; k--) { for (j = 1; j >= k; j++) System.out.printIn(j); } - Computer Applications

Advertisements
Advertisements

Question

Find the error:

int j, k;
for (k = 1; k <= 10; k--)
{
    for (j = 1; j >= k; j++)
        System.out.printIn(j);
}
One Line Answer

Solution

In the outer loop, the update expression should be k++ and in the inner loop, the condition should be j <= k.

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

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×