The program must display on screen a
vertical histogram representing the occurrences of each letter of the alphabet.
All letters will be uppercase (no need to check), and your program may
ignore numbers, spaces, punctuation, etc. Lines will be no longer than
80 characters, and if a letter occurs more than 32 times the histogram
should stop at 32.
*
*
*
*
*
* *
* *
* **
* * * *
***
* * ** * * ****
* * ** * ** ****
* * *** ***** **** **
* * ***** ***** **** ***
**************************
ABCDEFGHIJKLMNOPQRSTUVWXYZ
|