Search:

Type: Posts; User: Kewish

Search: Search took 0.10 seconds.

  1. Thread: Scanner problem

    by Kewish
    Replies
    3
    Views
    1,093

    Welcome

    Welcome
  2. Thread: Scanner problem

    by Kewish
    Replies
    3
    Views
    1,093

    Clear the scanners buffer after you read a...

    Clear the scanners buffer after you read a number.

    // read a number

    sc.nextLine(); // clear buffer

    // read a String
Results 1 to 2 of 2