Computer Science, asked by vedanshrai36, 7 months ago

write a menu driven program on java to convert farenheit into celsius

Answers

Answered by priya289571
0

1) public class Fahrenheit _ Celsius

2) double Celsius , Fahrenheit

3) scanner = new scanner

4) system .out .print ( " enter temperature in Fahrenheit:")

5)Fahrenheit= s.next double)

6) Celsius = ( Fahrenheit -32)*( 0.5556)

7) system .out println ( " temperature in Celsius :" + ( Celsius)

l hope it will understood.

Similar questions