Problem
1. Write a program to compute and print the quartiles (that is, the quarter of the numbers with the largest values, the next highest quarter, and so on) of a set of integers.
2. Write a program to count how many times each distinct word appears in its input.
3. Write a program to report the length of the longest and shortest string in its input.