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 Cpp8Chap13
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.)
Step by Step Solution
3.47 Rating (163 Votes )
There are 3 Steps involved in it
include using na... View full answer
Get step-by-step solutions from verified subject matter experts
