Question: If necessary, create a new project named Intermediate23 Project and save it in the Cpp8Chap12 folder. Also create a new source file named Intermediate23.cpp. Declare
If necessary, create a new project named Intermediate23 Project and save it in the Cpp8\Chap12 folder. Also create a new source file named Intermediate23.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 in 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. Test the program using the data shown in Figure 12-19.

Highest 95 Day Lowest 67 98 54 86 70 99 56 83 34 75 68 80 45 Figure 12-19 12345 67
Step by Step Solution
3.46 Rating (172 Votes )
There are 3 Steps involved in it
include to use setprecision function ... View full answer
Get step-by-step solutions from verified subject matter experts
