Question SOLVED: temprature.txt

$30.00 $24.00

Quantity

You'll get a: . zip file solution : immediately, after Payment

Description

Question SOLVED: temprature.txt

5/5 - (2 votes)

Assume that, for a given town, mid-day daily temperature in Fahrenheit was measured for a month and stored in a file called temprature.txt. Write a complete C Language program that reads the stored temperatures, one at a time, from the file temprature.txt and converts the read temperatures to its equivalent in Celsius. Your program should store each converted temperature in an output file called results.txt. Your program should also find the average, the minimum, and the maximum temperatures in Celsius and saves the results in the output file. Use data type double for input and output temperatures

0