|
Wyo Java Ch13Proj3 |
| Create a class named Dictionary has an ArrayList of strings as a property and that includes the following methods:
Also, create a default constructor as well as a constructor that creates a new dictionary with one word specified as a parameter. Write a test class named DictionaryTest that thoroughly tests all of the methods and constructors. The test class must be adequately annotated so its easy for the instructor to see that all the methods work correctly. The test class must first allow the user to input as many words into the dictionary as he would like using Scanner. Your program must follow the class Coding Standards. Save all of the files associated with this assignment to a folder named Ch13Proj3 in the appropriate network folder. Preconditions:
You must hand in the following on separate pages stapled in this specified order:
|