Question: in C. Problem Description Write a program to process a collection of daily high temperatures. Your program should count and print the number of hot

in C. in C. Problem Description Write a program to process a collection of

Problem Description Write a program to process a collection of daily high temperatures. Your program should count and print the number of hot days (high temperature 85 or higher), the number of pleasant days (high temperature 60-84). and the number of cold days (high temperatures less than 60). It should also display the category of each temperature. Test your program on the following data: 55 65 78 62 78 79 68 82 72 74 88 68 59 91 61 4541 92 90 59 58 60 67 93 8780 Modify your program to display the average temperature (a real number) at the end of the run, Problem Requirement a) You must create a file and save it as Program3.c file. b) The average temperature must be in 2 decimal places. c) Your program should run correctly with the same inputs and outputs as given in the sample run

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!