Answers for "what is the formula for fahrenheit to celsius"

C
29

fahrenheit to celsius formula

cels = (fahr - 32.0) * 5.0/9.0; //Fahr to cels
fahr = (cels * 9.0/5.0) + 32.0; //Cels to fahr
Posted by: Guest on December-21-2020

Code answers related to "what is the formula for fahrenheit to celsius"

Code answers related to "C"

Browse Popular Code Answers by Language