Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C program to do the following tasks: 1 ) Create a text file temperatures.txt , which contains the average temperatures in Celsius for

Write a C program to do the following tasks:1)Create a text file temperatures.txt, which contains the average temperatures in Celsius for the 5 winter months 11,12,1,2,3 for the 10 years 2010 till 2019 as follow:2010181214172220112013131520..20191510111819-1The file ends with the sentinel (-1) representing the year.Each line contains: year and 5 temperatures.2)Let the program reads from the file temperatures.txt and computes the average temperatures for each year, and the highest and lowest temperatures.3)Use a function calculate that receives year ,5 temperature values, and returns the average, highest, and lowest temperatures for the given 4 months that year.4)Do the printing in the main function.5)Display on screen (not on a file) the result as shown in the table below: yearaveragehighestlowest---------------------------------

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Describe how arousal and expressive behaviors interact in emotion.

Answered: 1 week ago