Search:

Type: Posts; User: loui345

Search: Search took 0.34 seconds.

  1. Replies
    2
    Views
    1,264

    Re: While Loop quick question

    What I have thought was this condition right, and it works now the gambler can bet his or her entire bank account and go broke in style, but this of course doesn't answer my original question...
  2. Replies
    2
    Views
    1,264

    While Loop quick question

    Hi,



    int user = sr.nextInt();
    while(300<=user){
    System.out.println("confused");
    user = sr.nextInt();

    }
Results 1 to 2 of 2