Write a program to process a text file. The program will determine how many unique words there are in the text file that begin with each letter of the alphabet. The text file name will be given as a command line argument to the program.
Sample Output:
4 words beginning with 'a'/'A':
a, also, and, always
2 words beginning with 'b'/'B':
be, both
:
0 words beginning with 'z'/'Z'
Letter with that began the most words was 'a'/'A'
2006-12-10
06:33:58
·
6 answers
·
asked by
Pushpendra C
1
in
Computers & Internet
➔ Programming & Design