Question: Write C++ program that creates an array of 7 double elements. The program will prompt the user to input the temperature (in Celcius) for each
Write C++ program that creates an array of 7 double elements. The program will prompt the user to input the temperature (in Celcius) for each day of the week into the array created earlier. After that the program will display the average temperature, the highest temperature of the week, and the day(s) the temperature is highest. The program will also print each temperature in their Fahrenheit equivalent (NOTE: The formula is: T(F) = T(C) 9/5 + 32).
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
