Description
Read all words from the test1.txt file and add them to a
map whose keys are the first letters of the words and
whose values are sets of words that start with that same
letter. Then print out the word sets in alphabetical order.
Name your class java file as FirstLetterMap.java. Provide
your solution for this one as project8.jar.