Scrabble Help:The file dictionary.txt contains all of the words in the Official Scrabble Player's Dictionary, Second Edition.Note: this list contains some offensive language.Write a class, WordLists, in Java that generates useful word lists for scrabble players using this list.
Your class should contain the following methods:
Use the included template for your WordLists.java file. Write your own test class, WordTest.java for your WordLists class that tries these methods out and writes the word lists (the ArrayLists of strings) totextfiles.
What to hand in:
A Template for the WordLists.java file is in the Programming Project 5 workspace on Codio. You must write your own test class called WordTest.java (separate file with main method) that tests each of your methods and writes the results to a text file. In addition to the source files include a text file named readMe.txt with an explanation of how your program works. That is, write in plain English, instructions for using your software, explanations for how and why you chose to design your code the way you did. The readMe.txt file is also an opportunity for you to get partial credit when certain requirements of the assignment are not met.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here