c program to convert Fahrenheit to Celsius?
Answers
Answered by
0
Answer:
$celsius = (($fahrenheit-32)*5)/9 ; echo("Temperature in celsius is: "); echo($celsius);
Similar questions