Question: C++ Language 3. Write a temperature conversion program that gives the user the option of converting Fahrenheit to Celsius or Celsius to Fahrenheit. Define two

C++ Language
3. Write a temperature conversion program that gives the user the option of converting Fahrenheit to Celsius or Celsius to Fahrenheit. Define two separate functions for Fahrenheit _to_Celsius() and Celsius_to_Fahrenheit (). Formulas for Q-3: T(F) = T(C) * 9/5 +32 T(*C) = (T(F) - 32) 5/9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
