write a menu driven program on java to convert farenheit into celsius
Answers
Answered by
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
Math,
3 months ago
Social Sciences,
3 months ago
Math,
3 months ago
Computer Science,
7 months ago
English,
11 months ago
Science,
11 months ago