- Enter a word
- Open a predetermined text file (it is assumed that it's always there, in this case it's dict.txt)
- If the word exists in the text file it will display the word and a message stating it's correct. (ex. word is spelled correctly)
- If the word does not exist or is spelled incorrectly it will assume it's wrong and displays a message stating it's incorrect.
- finally if we type "exit" the program ends.
I can make it find the word and display correctly but I can't get done the other two. I've been trying for days and checked every resource I can think of but just can't find what the problem is. (pretty sure been sick is not helping)