Hey Im new to java and have a pretty basic question. I have a homework assignment in which i have to write a program that reads a line of text as input, then moves the FIRST word to the END of the sentence.
So if I typed "Hello my name is Robin", it would read "My name is Robin hello" (Note the first letter became capital). Any help would greatly be appreciated!