[10 points] The file story.txt contains the text of a story. The story ends with the word END-OF-STORY. Write a program which will determine the number of words with 1-4, 5-8, 9-12, and 13+ letters. Your program should print the following table:
Word Size Count Percent
1-4 100 0.33
5-8 150 0.50
9-12 30 0.10
13 and up 20 0.07