Question: Write a C++ program that reads a temperature in Celsius and display it in Fahrenheit. The program should ask the user to enter the temperature
Write a C++ program that reads a temperature in Celsius and display it in Fahrenheit. The program should ask the user to enter the temperature in Celsius and should be able to handle decimal values. Note: Fahrenheit = (Celsius * 9/5) + 32) or ((Celsius * 1.8) + 32)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
