Menu

[solved] – Question 7268

Write a program that will read daily temperature reading for the month of January 2012. Your program should contain the following functions:

(a) main() function contains instructions of reading input needed and print all the related information.
(b) NORMAL() function calculates the number of normal days (temperature between 60F and 84F)
(c) AVERAGE() function calculates the average temperature in January 2012.
(d) DAYS() function calculates the number of days which has temperature more than the average.

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *