Close
Close

Write a java method PrintMe(int n) to print a pyramid of numbers. For example, if n=5, the shape will be: 5*5*5*5*5* 4*4*4*4* 3*3*3* 2*2* 1*

   FATIMAALSAED


Answers

Ask Yours
Post Yours
Write your answer