Subscribe to Code Snippets
class t3 { public static void main(String a[]) { int i,j; for(i=4;i>=1;i--) { for(j=i;j>=1;j--) { System.out.print (j); } System.out.println (" "); } } }
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend