read temperature in celsius and convert it intro farenhite
anjali1065:
(x*9/5)+ 32
Answers
Answered by
0
Hey dear.
To convert a temperature in celecius to fahrenheit , this formula should be
cel=float(raw_input( " Enter a temp. in celcius-:"))
Fahr = 9 ( cel / 5 + 32)°
Print " Enter the temperature in Fahrenheit" , Fahr
Hope it helps.
To convert a temperature in celecius to fahrenheit , this formula should be
cel=float(raw_input( " Enter a temp. in celcius-:"))
Fahr = 9 ( cel / 5 + 32)°
Print " Enter the temperature in Fahrenheit" , Fahr
Hope it helps.
Similar questions