Search:

Type: Posts; User: Mr.777

Search: Search took 0.08 seconds.

  1. Thread: Loop Help

    by Mr.777
    Replies
    4
    Views
    1,885

    Re: Loop Help

    You put that loop there? Tell us, why do you need to use loop???
    You just want him to say good bye, why don't you just try it once??? I mean why loop?
  2. Thread: Loop Help

    by Mr.777
    Replies
    4
    Views
    1,885

    Re: Loop Help

    while (play == "no")
    {
    System.out.println("Thanks Good Bye.");
    }


    You know the impact of this code in your program?
    This will run an infinite loop saying...
Results 1 to 2 of 2