Question: 1. Write a program in C++ to convert and print the temperature from degrees Celsius to Fahrenheit. Use the following formula to convert the
1. Write a program in C++ to convert and print the temperature from degrees Celsius to Fahrenheit. Use the following formula to convert the temperature: F=C* 9/5 + 32.0, Where F is the Fahrenheit degree and C is the Celsius degree. Ask the user to enter the value of temperature in degrees Celsius through the keyboard. Take all variables used in the program of type double. Display the result in two decimal places.
Step by Step Solution
There are 3 Steps involved in it
Below is a simple C program that takes the temperature in degrees Celsius as input ... View full answer
Get step-by-step solutions from verified subject matter experts
