Follow the instructions for starting C++ and viewing the Intermediate25.cpp file, which is contained in either the

Question:

Follow the instructions for starting C++ and viewing the Intermediate25.cpp file, which is contained in either the Cpp8\Chap11\Intermediate25 Project folder or the Cpp8\Chap11 folder. (Depending on your C++ development tool, you may need to open the project/solution file first.) Code the program so that it asks the user for a percentage amount by which each price should be increased. The program should increase each price in the array by that amount. For example, when the user enters the number 15, the program should increase each element’s value by 15%. After increasing each price, the program should display the contents of the array. Save and then run the program. Test the program by increasing each price by 5%.

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

Step by Step Answer:

Question Posted: