Wordlists | Computer Science homework help
Write a class in Java called WordLists that generates useful word lists for scrabble players using this list. Your class should contain the following methods:• WordLists(String fileName): a constructor that takes the name of the dictionary file as the only parameter.• lengthN(int n): returns an array of words of length n.• startsWith(int n, char firstLetter): returns an array of words of length n beginning with the […]