Question: Write a function that, given a temperature in Fahrenheit, returns the temperature in Celsius. Use your function in a program and test it with Fahrenheit
Write a function that, given a temperature in Fahrenheit, returns the temperature in Celsius. Use your function in a program and test it with Fahrenheit values 32, 98.6, 104, and 212. The conversion from Fahrenheit to Celsius is given below:
Celcius = (Fahrenheit 32) * (100.0 / 180.0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
