Answer to Exercise 1-14, page 24 Solution by Richard Heathfield Write a program to print a histogram of the frequencies of different characters in its input. Naturally, I've gone for a vertical orientation to match exercise 13. I had some difficulty ensuring that the printing of the X-axis didn't involve cheating. I wanted to display each character if possible, but that would have meant using is..