I'm trying to write a program that reads in a text file and then
calculates the frequency of each of the alphabet characters that
appears in the file. The characters are read into an array that...