Question: Design, write, compile, and run a C + + program to convert temperature in degrees Fahrenheit to degrees Celsius. This is the equation for this

Design, write, compile, and run a C++ program to convert temperature in degrees Fahrenheit to degrees Celsius. This is the equation for this conversion:
Celsius =5.09.0( Fahrenheit -32.0)
a. Have your program convert and display the Celsius temperature corresponding to 86.5 degrees Fahrenheit. Your program should produce the following display (replacing the underlines with the correct values):
For a Fahrenheit temperature of degrees, the equivalent Celsius temperature is degrees.
b. Manually check the values computed by your program. After verifying that your program is working correctly, modify it to convert 98.6 degrees Fahrenheit to its equivalent Celsius value. Run the program and submit the code with a sample run and upload the respective .cpp file.
 Design, write, compile, and run a C++ program to convert temperature

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!