CPSC 220 Fall 2004
Program 5: A Functional Spell Checker

Your assignment is to complete the spell checker from program 4 by adding the folling features:

I expect a polished product out of this in two ways:

Finally, you must include a writeup in which you discuss the following:

As on the last assignment, you may discuss both design and implementation with others in the class, and I encourage you to do so. However, you may not simply take any portion of someone else's code to use as your own. You must each turn in your own program unless you choose to pair program the entire assignment, in which case you may turn in a single program. You may use outside sources (books, websites, etc) as well but you must document any such source that you use. Furthermore, clearly indicate if you are using any code in your final product that you did not write (e.g., my Scanner class).