Question: Write a C++ program that read from the user the temperature in Fahrenheit (F) and outputs the temperature in Celsius(C). The formula for temperature conversion
Write a C++ program that read from the user the temperature in Fahrenheit (F) and outputs the temperature in Celsius(C). The formula for temperature conversion is as follows: C = (F-32)*5/9 Here is a sample run (blue type indicates user response): Enter temperature in Fahrenheit: 80 The temperature 80 Fahrenheit is equivalent to 26.67 Celsius.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
