Hey,

You should look into the method "compareTo(String s)" for Strings. The result is negative if the first String being compared is "more" alphabetical than the parameter. Conversely, it will...