Greetings all,
I am new to the java programming language. I seem to have hit the wall when I try to sort words a user inputs.
I am trying to sort like four input words from the user and then alphabetise them...
I used the s.compareTo(t) method but the way I did it ended up being much longer then I tought... I must be overlooking something...( I compared each of the words to each other individually )...