Question: Please use Java to write the code. 15 points Determine if a word entered by the user is spelled correctly. A word is considered correct
Please use Java to write the code.

15 points Determine if a word entered by the user is spelled correctly. A word is considered correct if it's found in dictionary.txt (see required output to get file). Test Case 1 Enter word to spellcheck (or exit to end) in glimmer ENTER glimmer is spelled correctly.in Enter word to spellcheck (or exit to end) in hello ENTER hello is spelled correctly. Enter word to spellcheck (or exit to end) in world ENTER world is spelled correctly. In Enter word to spellcheck (or exit to end) in test ENTER test is spelled correctly. In Enter word to spellcheck (or exit to end) in tommorrow ENTER tommorrow is not spelled correctly. In Enter word to spellcheck (or exit to end) tomorrow ENTER tomorrow is spelled correctly.in Enter word to spellcheck (or exit to end) in recluse ENTER recluse is spelled correctly.in Enter word to spellcheck (or exit to end) in habittat ENTER habittat is not spelled correctly.in Enter word to spellcheck (or exit to end) in exit ENTER Ending program... Test Case 2 Enter word to spellcheck (or exit to end) in fries ENTER fries is spelled correctly. Enter word to spellcheck (or exit to end) in abc ENTER abc is not spelled correctly.in Enter word to spellcheck (or exit to end) in apple ENTER apple is spelled correctly. Enter word to spellcheck (or exit to end) in zzzzzzZZZ ENTER zzzzzzzzz is not spelled correctly.in Enter word to spellcheck (or exit to end) in a ENTER a is spelled correctly. In Enter word to spellcheck (or exit to end) in exit ENTER Ending program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
