โ Back to Functions/Methods
Question 108
Function: Celsius to Fahrenheit
Function: Celsius to Fahrenheit
Complete the function toFahrenheit so it converts a whole-number Celsius temperature to Fahrenheit using the formula F = C * 9 / 5 + 32. The main function reads Celsius and prints Fahrenheit. Example: input 100 prints 212.
Expected Output:
212
Topics:
Functions/Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.