Write a program to read minimum temperature and maximum temperature of all days in August, 2020. Find out average temperature for each day (average of maximum and minimum). Using a function find out standard deviation of the average temperature. Print maximum temperature, minimum temperature and average temperature of all days and standard deviation from main().
2 answers
write c program coding and send me
not likely. I assume you know how to do stdio I/O, and can look up the formula for standard deviation. You can bet that whatever task you want done, someone has already done it, and posted the code snippet. So spend some time with google, and you will find code that you can easily modify to solve your problem. If you get stuck, come back with what you have done, and we can help find the problem. Do NOT come back with syntax errors. That is what debuggers are for!