Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

  1. #1
    Member
    Join Date
    Feb 2014
    Posts
    36
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

    package javaapplication38;


    public class JavaApplication38 {


    public static void main(String[] args) {
    int i,j;
    for(i=1;i<=5;i++)
    for(j=1;j<=i;j++) {
    {

    System.out.print(i);


    }
    System.out.println();
    }

    }
    }

    --- Update ---

    m geting output but its output m getting like this 1
    2
    2
    3
    3
    3
    4
    4
    4
    4
    5
    5
    5
    5
    5
    BUILD SUCCESSFUL (total time: 0 seconds)
    as the out put should beee 1
    22
    333
    4444
    55555
    getting oputput in one line below only oplz help me so that i can get the above one output plz help so wat can i make changes in the code

  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii

    You've been asked repeatedly, post your code in code/highlight tags and give your threads appropriate titles.

    Thread closed.

Tags for this Thread