Computer Science, asked by dishant4, 1 year ago

print this pattern in blueJ 54321 4321 321 21 1

Answers

Answered by MacTavish343
1
class hell.... oo...!!

{

public static void main()

{

          System.out.print(" 54321");
     
         System.out.print(4321);

     System.out.println(321);

System.out.println(211);

}

}

hope this helps you....!!!!

dishant4: by nested loop
MacTavish343: ohh
MacTavish343: you must Mention naa
MacTavish343: ask this question again!
Similar questions