I have a project for class were I need to get 4 different strings inputted and then output them in alphabetical order.
So far I have this:
String wd1
You need to compare first string with the rest three to find which is alphabetically first. after that you need to compare among the rest 3 and so on.