1.

C program to convert Fahrenheit to Celsius? ​

Answer»

Answer:

$CELSIUS = (($fahrenheit-32)*5)/9 ; ECHO("Temperature in celsius is: "); echo($celsius);



Discussion

No Comment Found