Question: In this exercise, you modify the program from Lab 13-2. If necessary, create a new project named Advanced31 Project and save it in the Cpp8Chap13
In this exercise, you modify the program from Lab 13-2. If necessary, create a new project named Advanced31 Project and save it in the Cpp8\Chap13 folder. Also create a new source file named Advanced31.cpp. Copy the C++ instructions from the Lab13-2.cpp file into the Advanced31.cpp file. Change the filename in the first comment. Modify the program so that it keeps track of the letters guessed by the user. If the user enters a letter that he or she has already entered, display an appropriate message, and do not include the letter in the number of incorrect guesses. Save and then run the program. Test the program appropriately.
Step by Step Solution
3.44 Rating (163 Votes )
There are 3 Steps involved in it
Advanced31cpp Guess the Word game Createdrevised by on include include include using namespace std int main string origWord string letter char dashRep... View full answer
Get step-by-step solutions from verified subject matter experts
