Search:

Type: Posts; User: Reaperkid77

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,175

    Re: Having trouble with strings

    Thanks for to feed back, input is a scanner object and the .nextLine() method worked
  2. Replies
    3
    Views
    2,175

    Having trouble with strings

    Ok here is what I'm using to get user input to get a whole sentence including the spaces between the words:

    sentence = input.next();

    However instead of storing the entire sentence it only...
Results 1 to 2 of 2