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