Here is my code for the user input
this is just a snippet. When I run the program everything works fine except it says ''Please enter two words: ". Then after I enter a
word it skips down
to a blank line and that is where I enter the 2nd word. The problem is the user will never know to enter the 2nd word on that 2nd blank line.
My question is how do I get it to ask for it twice. For ex:
Please a word:
Please enter another word:
like this ^^^^
Even though I have it as 'please enter two words' that will confuse the user because the user will input two words in the first line but
Java will take both words as 1.
Thanks in advance
