Search:

Type: Posts; User: syedfahadjalali

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,261

    Re: Patterns!! Please help!

    Extremely Sorry. i will be carefull
  2. Replies
    8
    Views
    1,261

    Re: Patterns!! Please help!

    try this



    for(int i=1;i<7;i++){

    for(int k=1;k<=i;k++)
    System.out.print(k);

    System.out.println() ///// for LINE Breaking Work With Outer Loop
Results 1 to 2 of 2