Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+14 votes

This is needed to store and then later print the name that is entered in by the console.

asked in CSC211_Winter2018 by (1 point)

1 Answer

+12 votes

Sorry! I found my error....

I was using String name = console.Stringnext();

instead of

String name = console.next();

answered by (1 point)
...