For a class assignment, I have to open a text file, grab the information in the file, put it into a string array, and print it out a couple of ways.
I can print it out with a simple space between words the way the list is written in the text file, but I can't figure out how to also print it out in alphabetic order.