Question: Temperature Conversion Write a program that converts a given Fahrenheit temperature to the corresponding Celsius temperature. Then your program should display the Fahrenheit and the
Temperature Conversion
Write a program that converts a given Fahrenheit temperature to the corresponding Celsius temperature. Then your program should display the Fahrenheit and the corresponding Celsius temperature. Conversion formula is give below.
Celsius Temperature = (5.0/9)*(Fahrenheit Temperature - 32);
Test your program with Fahrenheit temperatures 32, 78, 100
need to read data from the keyboard.
Write C++ code to implement your solution
P.S Please explain each step, I am very new to C++. Thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
