Computer Science, asked by ishikaswain61, 4 months ago

write a program to obtain temperature in Celsius and convert it into Fahrenheit​

Answers

Answered by HYDRADYNAMO12
0

Answer:

kya huaaaaaaaaaatutuydydudufufufufudufudufufuufiffiiffu

Answered by harshdeepsingh2182
3

Answer:

celsius = float(input('Enter temperature in Celsius: ')) # calculate temperature in Fahrenheit. fahrenheit = (celsius * 1.8) + 32. print('%0.1f Celsius is equal to %0.1f degree Fahrenheit'%(celsius,fahrenheit))..

Hope it helps you

Plzz Mark it as Brainliest

Similar questions