"Java is fun"

1. Locate the first " ". *int spacePos = " "

2. Create two separate strings: strSentence1 and strSentence2.

3. strSentence1.substring(spacePos + 1)...