Search:

Type: Posts; User: jbarke12

Search: Search took 0.18 seconds.

  1. Re: I was just about to start and it has problems?

    Try something like



    String s= input.next();
    System.out.println(s);


    after your hello world print statement
  2. Re: I was just about to start and it has problems?

    Scanner is just an object. You haven't called any of its methods to have it do anything.
Results 1 to 2 of 2