- Write a program that prints the distinct words in its input sorted into decreasing order of frequency of occurrence. Precede each word by its count.
- If you're ambitious, write a program that reads a C program and prints in alphabetical order each group of variable names that are identical in the first 6 characters, but different somewhere thereafter.