CS101/Computers & Programming I/Spring 2004/Project #6: Alphabetizing and Counting Words in a Text File

The problem

Your program should read in all the words from a data file words.dat, alphabetize them, and print to the screen a list of the words in words.dat, together with the number of times each word appears in the file.

Program requirements