Question: C++ Programm The formula C = (F-32) x 5/ 9 is used for converting Fahrenheit to Celsius. Write a program that prompts for the temperature
C++ Programm
The formula C = (F-32) x 5/ 9 is used for converting Fahrenheit to Celsius. Write a program that prompts for the temperature in Fahrenheit and converts it to Celsius. Note that you will have to modify the answer in the textbook to make the last run work -- what's different? Remember, all three runs have to work with the same program -- how will you do this?
sing the information in the previous exercise, write a program that prompts for the temperature in Celsius and converts it to Fahrenheit. (This will involve stretching your algebra muscles!) Again, as before, you will have to adjust the program from the answer in the textbook -- why? how?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
