Computer Science, asked by al47gupta, 5 months ago

wap in java to convert 98.6f into degree celcius

Answers

Answered by priyanshu9981x
0

Answer:

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

Similar questions