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
5 odpowiedzi
+ 2
The formula is
Fahrenheit = (Celsius * 9/5) + 32
+ 2
Thank you Simon, am sorted!!!
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)
0
Celsius = (Fahrenheit - 32) * 5/9