Question: write a function convertFtoC that takes one parameter-degree in fahrenheit. In the function, convert Ferhenheit to Celsius and return Celsius degree to the caller. the
write a function "convertFtoC" that takes one parameter-degree in fahrenheit. In the function, convert Ferhenheit to Celsius and return Celsius degree to the caller. the formula is as follows c=(F-32)5/9. Write a main function that asks users to input a fahre heit degree, calls "convertFtoC" function and print out the Celsius on the screen. call the main function
use python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
