Write a program that will ask for a temperature in celcius . The program will convert the temperature to farenheit and | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program that will ask for a temperature in celcius . The program will convert the temperature to farenheit and

20th Mar 2017, 11:58 PM
Rey Emman Sorela
Rey Emman Sorela - avatar
3 Answers
+ 13
and ?
21st Mar 2017, 4:21 AM
Ahri Fox
Ahri Fox - avatar
+ 3
Fahrenheit = (Celsius * (9/5)) + 32 Celsius = (Fahrenheit * (5/9)) - 32 This should help you to get started. Happy coding!
21st Mar 2017, 4:13 AM
Zeke Williams
Zeke Williams - avatar
0
This is a very basic and easy problem. You should do it yourself :)
21st Mar 2017, 3:29 AM
hdo
hdo - avatar