Modify your temperature table program to display values largest to smallest. Write a program to count blanks, tabs, and newlines. Write a program that will double space an input, i.e., replace each newline by two newlines. Write a program that prints its input with only one word per line. Write a program that counts the number of words in its input and the number of words of length 1, 2, 3, etc. Write a program that prints a histogram of the length of words in its input. Write a program that prints a histogram of the frequencies of different characters in its input.