मराठी

Write the program to display the following pattern: 15 14 13 12 1110 9 8 76 5 43 21 - Computer Applications

Advertisements
Advertisements

प्रश्न

Write the program to display the following pattern:

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

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

उत्तर

public class Q9c
{ public static void main(String arf])
{System.out.println("\n------------------);
int i; j, p = 15;
for (i = 5; i >= 1; i--)
{System.out.printin();
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. (c) | पृष्ठ १४६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×