Write a C - program to convert temperature from Fahrenheit to Celsius degree. Test Data Input a degree in Fahrenheit: 212 Expected Output : 212.0 degree Fahrenheit is equal to 100.0 in Celsius NOTE:...

Write a C - program to convert temperature from Fahrenheit to Celsius degree. Test Data Input a degree in Fahrenheit: 212 Expected Output : 212.0 degree Fahrenheit is equal to 100.0 in Celsius NOTE: The Fahrenheit scale is a temperature scale based on one proposed in 1724 by physicist Daniel Gabriel Fahrenheit. It uses the degree Fahrenheit (symbol: °F) as the unit. The Celsius scale, previously known as the centigrade scale, is a temperature scale used by the International System of Units (SI). As an SI derived unit, it is used by all countries in the world, except the U.S. EQUATON: C/5 = (F – 32) / 9

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here