inputting strings
I am sitting in front of three Java books right now and I am having the worst time trying to accomplish the simple task of accepting input in the form of a string and outputting it to the screen via the println statement.
I can get it to accept single character assignments but I have no way to get it to wait until the entire name is entered and enter is pressed.
Can anyone help me out on this most basic of questions?
Thanks a million!

