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

Where t is the time since the power failure. Your program should prompt the user to enter how long it has been since the start of the power failure in whole hours and minutes. Note that you will need to convert the elapsed time into hours. For example, if the user enters 2 (hours) 30 (minutes), you would need to convert this to 2.5 hours.
Please use Visual Studios and C++ for code.
Thanks, will vote well for a full functions code that I can paste and use in my visual studios.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
