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. Solution by Bryan Williams Bryan's solution is, as far as I can tell, Category 1 only because he uses EXIT_SUCCESS and EXIT_FAILURE . /* Chapter 6. Structures Write a program that prints out the distinct words in its input sorted into decreasing ord..