Computer Science, asked by abhishekkrathod7, 3 months ago

11.WRITE A MENU DRIVEN PROGRAM TO CALCULATE THE FAHRENHEIT INTO CELSIUS AND CELSIUS INTO FAHRENHEIT.
FORMULA
C= (5 *(F-32))/9
F= (1.8 * C) +32​

Answers

Answered by Anonymous
3

Answer:

Source code to convert temperature in Celsius to Fahrenheit in Python ... 37.5 # calculate fahrenheit fahrenheit = (celsius * 1.8) + 32 print('%0.1f degree Celsius is equal to ...

Similar questions