Question: C programming help! Write a program that reads a temperature in degrees Celsius and converts it to degrees Fahrenheit. Use the following formula: = (
C programming help!
Write a program that reads a temperature in degrees Celsius and converts it to degrees Fahrenheit.
Use the following formula: = ( 9 5 ) + 32
The input is a real number and the output will be degrees Celsius is degrees Fahrenheit., where is the temperature in degrees Celsius and is the temperature in degrees Fahrenheit, either of them rounded to one decimal place.
Example of input: 19.8
Corresponding output: 19.8 degrees Celsius is 67.6 degrees Fahrenheit.
Example of input: 35.5
Corresponding output: 35.5 degrees Celsius is 95.9 degrees Fahrenheit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
