To everyone in CS 362, The next assignment, words, is online at: http://cs.millersville.edu/~katz/cs362/words.html Writing this assignment is a great opportunity to use the iterative enhancement software development technique. Build a small version of the software, get that working, and then add features. In this way, you always have something working. It helps you get started as well as not wait until the last minute to try to complete your assignments. In this case, build a program that reads from the dictionary and places all words that contain either an a or i into lists of words that are the same length. You may assume that 30-letter words are the longest that you need to consider. 3-letter words will be in the 3-letter word list. 7-letter words will be in the 7-letter word list. There is no need to use sets for this part of the program because you won't be searching through these lists. Keep it simple. I strongly suggest getting that part done before the middle of next week. To link to a file (for example, kids.dict) use the ln command on the command line while in the directory where you want the file to appear to be: ln ~katz362/support/dict/kids.dict . Ms. Katz