In this exercise, you modify the program from Lab 13-2. If necessary, create a new project named Advanced36 Project and save it in the Cpp7\Chap13 folder. Also create a new source file named Advanced36.cpp. Copy the C++ instructions from the Lab13-2.cpp file into the Advanced36.cpp file. Change the prompt on Line 21 to “Enter a 5-letter word: ”. Also change the prompt on Line 33 to “Enter a letter: ”. Modify the program so that it converts both the 5-letter word and the letter to uppercase. Save and then run the program. Test the program appropriately. Hint: Recall that a string is equivalent to a one-dimensional array of characters.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.