Question: C++ Two- Dimensional Arrays: If necessary, create a new project named Intermediate22 Project and save it to the CppChap12 folder. Also create a new source
C++ Two- Dimensional Arrays: If necessary, create a new project named Intermediate22 Project and save it to the Cpp\Chap12 folder. Also create a new source file named Intermediate.cpp. Declare a seven-row, two-column int array named temperatures. the program should prompt the user to enter the highest and lowest temperatures for seven days. Store the highest temperatures in the first column of the array. Store the lowest temperatures in the second column. The program should display the average high temperature and the average low temperature. Display the average temperatures with one decimal place. Save and then run the program. I found the answer on here, and it only asks for the seven day temps but I need to create code without using void functions help please, plus the code already provided for this question does not display the average high and low temps! please help!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
