That helped solve the problem for me. Thanks V0id!
I never thought to use the actual input within the while loop. I always assumed that I would need to put in the input first and then execute the loop where each character is read individually while the input is not at the end of the file.
I also thought that I would need to execute the ASCII count by listing the letters by their ASCII numbers rather than go from 0 to 25.
Guess that didn't work.
