This C source code program converts a temperature in Celsius to its equivalent in Kelvin and Fahrenheit. The user inputs a temperature in Celsius, which is then converted to Kelvin by adding 273.16 and to Fahrenheit using the formulas. The converted temperatures are printed out using different formatting styles.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
39 views1 page
The C Source Code 09.09.2009
This C source code program converts a temperature in Celsius to its equivalent in Kelvin and Fahrenheit. The user inputs a temperature in Celsius, which is then converted to Kelvin by adding 273.16 and to Fahrenheit using the formulas. The converted temperatures are printed out using different formatting styles.