Computer Science, asked by ramana1788, 7 months ago

Write a
menu driven program
to enter the choice from the user
and display the following
Enter - to
enter the temperature in
Fahrenheit
and convert it to
Celsius.
Enter 2- to enter the temperature
in Celsius
and convert it
fahrenheit.
enter0-to exit
for an incorrect choice, an
appropriate error message should
be displayed (where = 5/9* (F-32)
and = 1.8*(c+32))

Answers

Answered by ssushantkumar63
0

Answer:

Did you mean: Write a menu driven program to enter the choice from the user and display the following Enter - to enter the temperature in Fahrenheit and convert it to Celsius. Enter 2- to enter the temperature in Celsius and convert it fahrenheit. enter-to exit for an incorrect choice, an appropriate error message should be displayed (where = 5/9* (F-32) and = 1.8*(c+32)) .

Similar questions