Write a program that estimates the temperature in a freezer


Question: Write a program that estimates the temperature in a freezer (in degrees C) given the elapsed time (hours) since a power failure. Assume this temperature (T) is given by

t=23-((82)/(t^2-3t^2+2))

where t is the time since the power failure (in hours). Your program should prompt the user to enter how long it has been since the power failure in hours and minutes.

Note that you will have to convert the elapsed time into hours. Your program should interact with the user in exactly this manner:

Enter time in hours and minutes=> 2 45

The elapsed time is 2.75 hours.

The temperature is 18.40 degrees C.

You need to implement the program which estimates the temperature.  

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program that estimates the temperature in a freezer
Reference No:- TGS0945017

Expected delivery within 24 Hours