Convert Fahrenheit to Celsius
C = 5/9(F - 32)
Convert Celsius to Fahrenheit
F = 9/5(C + 32)
Convert Celsius to Kelvin
K = C + 273.15
Convert Kelvin to Celsius
C = K - 273.15
If you are interested in C++ programming, please visit the following links.
C = 5/9(F - 32)
Convert Celsius to Fahrenheit
F = 9/5(C + 32)
Convert Celsius to Kelvin
K = C + 273.15
Convert Kelvin to Celsius
C = K - 273.15
If you are interested in C++ programming, please visit the following links.
- C++ program to convert Fahrenheit to Celsius
- C++ program to convert Celsius to Fahrenheit
- C++ program to convert Celsius to Kelvin
- C++ program to convert Kelvin to Celsius
No comments:
Post a Comment