example, when the user enters the number 15, the program should increase each element’s value

Follow the instructions for starting C++ and viewing the Intermediate25.cpp file(SEE ATTACHED) 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%. SAVE AS increase.cpp