In c program
Write a program to convert a temperature in degrees Fahrenheit to degrees Celsius.
DATA REQUIREMENTS Problem Input: int fahrenheit /* temperature in degrees Fahrenheit */
Problem Output: double celsius /* temperature in degrees Celsius */
Relevant Formula:celsius = 5/ 9 ( fahrenheit -32)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here