Write a function that takes in a number representing the temperature in Celsius and returns the temperature in Fahrenheit. Write | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a function that takes in a number representing the temperature in Celsius and returns the temperature in Fahrenheit. Write

Hi there, Anyone please assisting in explaining or giving an example of what is needed. i am so confused now. thank you

29th Sep 2021, 8:42 PM
ntombizodwa
5 Answers
+ 2
The formula is Fahrenheit = (Celsius * 9/5) + 32
29th Sep 2021, 8:50 PM
Simon Sauter
Simon Sauter - avatar
+ 2
Thank you Simon, am sorted!!!
29th Sep 2021, 9:45 PM
ntombizodwa
0
Hi guys, please assist again. Write a function that takes in a number representing the temperature in Celsius and returns the temperature in Fahrenheit. Write another function that does the opposite (Fahrenheit to Celsius)
4th Oct 2021, 9:50 AM
ntombizodwa
0
Celsius = (Fahrenheit - 32) * 5/9
4th Oct 2021, 9:57 AM
Simon Sauter
Simon Sauter - avatar