Write a function to convert temperature from Fahrenheit to Celsius named “Convert F to C” that takes one double value for Fahrenheit as argument, and returns the equivalent temperature in Celsius (type double). Create a program that exercise this function by obtaining a Fahrenheit value from the user, calling the function, and displaying the value of Celsius it returns. [Formula: Celsius = (Fahrenheit – 32) * 5/9 ]
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here