Search:

Type: Posts; User: ClarmonkGaming

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    817

    Re: (Java)Scanner troubles(Eclipse)

    thx
  2. Replies
    3
    Views
    817

    (Java)Scanner troubles(Eclipse)

    here is my code

    Scanner myScanner = new Scanner(System.in);
    myScanner.nextLine();
    System.out.println(myScanner.next());
    myScanner.close();


    the problem is when i run it i type hello...
Results 1 to 2 of 2