Computer Science, asked by jchatterjee314, 1 month ago

write a program to take temperature in degree fahrenheit as integer input from user and convert it into degree celsius display the temperature in farenheit and celcius​

Answers

Answered by gamingkeshav2
0

Answer:

Express the following rational numbers with positive

denominator.

a) 12

−13

.

b) −21

−31

Answered by Questioner5416
0

Answer:

I am writing this in python

f=int(input("Enter")

celsius = (32 − 32) × 5/9

print (f" Temperature in {fahrenheit}

             Temperature in {Celsius} ")

Similar questions