gracias!! it works great:
Code:for (int i = n; i >= 1; --i) { for (int x = n; x >= i; --x) { System.out.print(i); } System.out.println(); }
|
Results 1 to 29 of 29
Threaded View
|
Click Here to Expand Forum to Full Width |