0
Temperature converter
Please someone help me how to write a code convert Celsius to fahrenheit
3 Respuestas
+ 3
Add your code first Isaiah, then someone can help you in a better manner.
+ 1
f = 9/5 * c + 32
return f
0
I mean how to run the code when an input of c as 36