This is a test file to be used with project 4. In this project you are to write a program that reads a text file and prints a table indicating the number of occurrences of each different word in the text. The output words should be in lower case and case should not matter in counting. For example, both The and the should be counted as the word the. The table should print the words in alphabetical order, along with the number of times each appeared in the text. For example, if the input file contained: The very large man took the small piece of very good candy from the small child. The output might look like it is supposed to. On the other hand, it might look somewhat different because it was getting late and the project just would not do what the project was supposed to do. And so it goes.