Question: Hello guys, I need help creating this program in C++. Could you do it without using vectors and please use the proper indentation for C++

Hello guys, I need help creating this program in C++. Could you do it without using vectors and please use the proper indentation for C++ while you writing the codes?

Could you also show how the program was tested?

Could you describe the functionality of each variable and line

 Hello guys, I need help creating this program in C++. Could

Weather You are writing a program to determine if the weather presenter on your local news is accurate or not. Declare an array of 10 integers and initialize them with values representing the actual temperatures for the last 10 days (you can pick any values). Have the user enter 10 integers in a separate array that represent the temperatures your weather presenter predicted for the same days After you have the values in the two different arrays, compare the predicted temperature and actual temperature for the 10 different days. Keep track of how many days the prediction was too low, how many days the prediction was too high, and how many days the prediction was correct The program should display the number of days with low predictions, the number of days with high predictions, and the number of days with correct predictions. Finally, your program should display a message stating if the weather presenter is accurate or not. If there are at least three days with correct predictions, the weather presenter is considered accurate

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!