Question: C++ (please type codes out) File Input The following problems require the file dictionary_four_letter_words.txt 4. Spell check. Given a string of four consecutive characters input
C++ (please type codes out)

File Input The following problems require the file dictionary_four_letter_words.txt 4. Spell check. Given a string of four consecutive characters input by the user determine if it is a word Your program should allow the user to input as many words as they want - one at a time. (NOTE: You may use the program we did in class as a starting point. See the "Solutions to in Class Examples page on Canvas.) 5. Using the dictionary of four letter words print out (to the screen) all words that are palindromes. (Words that are the same forward and reverse like peep, and noon. (NOTE: You can combine this with program 4 if you like.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
