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