Search:

Type: Posts; User: Eliijahh

Search: Search took 0.40 seconds.

  1. Replies
    3
    Views
    1,664

    Re: Beginner problem with a do-while.

    Ok I've done that. I called the reply var '.' first outside the do-while. So at first it gives me back a ".", so I write "Y" to assign to that char var the "Y" value. Then the second round of the...
  2. Replies
    3
    Views
    1,664

    Beginner problem with a do-while.

    do {
    out.print("Which room to modify? ");
    roomNum = myScanner.nextInt();
    out.print("How many guests inside? ");
    numGuests = myScanner.nextInt();
    ...
Results 1 to 2 of 2