Question: Use C++ and Visual Studio Word Finder Version Your version of word finder should allow players to find as many words as they can from
Use C++ and Visual Studio


Word Finder Version Your version of word finder should allow players to find as many words as they can from the list of letters. Name the cpp file called wordFinder LastNameFirstName.cpp. Words must contain at least 3 letters but no more than 6 letters The program must first read the words from a file but only can read in at most 5 words from a text file. The program should skip words that contains less than 3 letters and more than 6 letters The program should print all the letters to the screen but remove any duplicate letters Based on the letters that shown, the user should try and guess the words that were read from the text file based on the letters shown. The user is not allowed more than 10 guesses Once all the words are guessed correctly, print all the words to the screen and the game is over. Requirements: Must have a loop . Must have some functions. . Must read information from a text file Must contains string Array to store the correct guessed words
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
