Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

in the computer language C. pleae initialize variables image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

what is a peer Group? Importance?

Answered: 1 week ago