In this exercise, you modify the program from Lab 13-2. If necessary, create a new project named

Question:

In this exercise, you modify the program from Lab 13-2. If necessary, create a new project named Advanced35 Project and save it in the Cpp8\Chap13 folder. Also create a new source file named Advanced35.cpp. Copy the C++ instructions from the Lab13-2.cpp file into the Advanced35.cpp file. Change the prompt on Line 21 to “Enter a 5-letter word: ”. Also change the prompt on Line 32 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. (Recall that a string is equivalent to a one-dimensional array of characters.)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: