Write a menu driven program with suitable options to convert a given temperature from Fahrenheit to Celcius and vice versa. For an incorrect choice, the program should display an appropriate error message.

computer science

Description

1)  Write a menu driven program with suitable options to convert a given temperature from Fahrenheit to Celcius and vice versa. For an incorrect choice, the program should display an appropriate error message.

The formula used to find celcius is : C = 5/9*(F-32)

The formula used to find Fahrenheit is : F = 1.8*(C+32). 

 

 

Sequence of writing the project work:- 

1) Write the Question

2) Program

3) Variable description table

4) Output of the program


java detailed full program

 


Related Questions in computer science category