Search:

Type: Posts; User: R0bsterz

Search: Search took 0.21 seconds.

  1. Replies
    13
    Views
    1,779

    Re: scanner.nextLine()

    I use eclipse to type in the console.
  2. Replies
    13
    Views
    1,779

    Re: scanner.nextLine()

    Ok, basically when i take away the "scanner1.nextLine()"
    characters dont appear in the console when i type them,
    If scanner1.nextLine() is added, i can type characters into the console and they...
  3. Replies
    13
    Views
    1,779

    Re: scanner.nextLine()

    Ok, yes i typed in the console window

    and is that a yes for does scanner mean that you can type stuff?
  4. Replies
    13
    Views
    1,779

    Re: scanner.nextLine()

    does scanner mean that you can type stuff?





    Scanner scanner1 = new Scanner (System.in);

    System.out.println("Can you type?");
    scanner1.nextLine() //with this i can type and characters...
  5. Replies
    13
    Views
    1,779

    Re: scanner.nextLine()

    but can you give me a real life example?
  6. Replies
    13
    Views
    1,779

    Re: scanner.nextLine()

    can u give a real life example of the scanner.nextLine() method please?

    it would help me understand it :p
  7. Replies
    13
    Views
    1,779

    scanner.nextLine()

    Hey, plz can u explain what scanner.nextLine() means...

    Thanks
Results 1 to 7 of 7