Question: Write a program in C++ to convert degrees Celsius (C) to Fahrenheit (F). The formula to convert from degrees Celsius to Fahrenheit is where C
Write a program in C++ to convert degrees Celsius (C) to Fahrenheit (F). The formula to convert from degrees Celsius to Fahrenheit is

where C is degrees Celsius and F is degrees Fahrenheit. Dont worry too much about how to present the data to the user (input and output).
You should read the temperature in Celsius from the console and present the output to the user on the console as well.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
