Follow the instructions for starting C++ and viewing the Intermediate23.cpp file (SEE ATTACHED) The program uses an array to store the amount of money a game show contestant won in each of five days. The program should display the total amount won and the average daily amount won. It should also display the day number (1 through 5) corresponding to the highest amount won. Complete the program. Save and then run the program.
SAVE AS gameshow.cpp