Question: in the computer language C. pleae initialize variables Problem Description Write a program to process a collection of daily high temperatures. Your program should count
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 45 92 59 41 90 58 93 60 87 67 80 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. 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
Get step-by-step solutions from verified subject matter experts
