Question: CODE SHOULD BE IN C++ four letter word file: http://uahcs.org/CS121/data/dictionary_four_letter_words.txt 2. (30 Points) Using the dictionary of four letter words write a program that will

CODE SHOULD BE IN C++
four letter word file:
http://uahcs.org/CS121/data/dictionary_four_letter_words.txt
2. (30 Points) Using the dictionary of four letter words write a program that will do the following: 1. Open the dictionary file and read all the words storing them in a one dimensional array 2. loop 1. Prompt the user to enter a single lower case letter (a through z). containing all the words that begin 4. Print the words from that array to a 2. Read in the letter 3. Create a new dynamic array with that letter. new output file. (ten words per line) 1. (Challenge: Can you make the program create the output file name based on the letter? e.g file of words beginning with_b.txt) 5. Prompt the user to enter another letter or enter Q (uppercase Q) to terminate the program. 3. End looD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
