मराठी

Write the program to display the following pattern: 1 2 3 4 56 7 8 910 11 1213 1415 - Computer Applications

Advertisements
Advertisements

प्रश्न

Write the program to display the following pattern:

1     2     3     4     5
6     7     8     9
10   11   12
13   14
15

थोडक्यात उत्तर

उत्तर

public class Q9b
{ public static void main(String ar[])
{System.out.println("---------------------):
int i, j, p = 1;
for (i = 5; i >= 1; i--)
{ System.out.println();
for (j = i; j >= 1; j--)
{ System.out.print(p + "\t");
p++; 
}
}}
shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 1.1: Nested Loop - EXERCISES [पृष्ठ १४६]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
पाठ 1.1 Nested Loop
EXERCISES | Q VI. 9. (b) | पृष्ठ १४६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×