A file words.txt contains a large number of English Language words, one per record. Write a program that uses this file to implement a simple word checker. First, read all the words into a collection. Then, using this collection find the average length of all the words and write this number to the console.Finally, using a text file that contains written English paragraphs, the program should examine each word of each line and output to the console all the words that are not in the collection as potentially misspelled words. Write to the console how many words in this text file are above the average length of the dictionary words computed above.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here