Question: code in C At the computer write a program to create a table of temperature conversions from Celsius to Fahrenheit and to Kelvin.. In function

code in C
At the computer write a program to create a table of temperature conversions from Celsius to Fahrenheit and to Kelvin.. In function main prompt the user to enter the starting value in degrees Celsius, the increment between Celsius values and the final value in Celsius for the table. Print the table of Celsius, Fahrenheit, and Kelvin temperatures. Include column headings. Use integer values for degrees Celsius and floating point values for Fahrenheit and kelvin. Place degrees Celsius in the column on the left, Fahrenheit in the second column and then Kelvin in the third column. Print Fahrenheit and Kelvin temperatures with two decimal digits. The formulas for the conversion are: F (9/5)C + 32 K C 273.15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
