โ Back to Variables
Question 53
Celsius to Fahrenheit
Celsius to Fahrenheit
Convert a Celsius temperature to Fahrenheit using F = C * 9 / 5 + 32. Given celsius = 100, print the result: 212
Expected Output:
212
Topics:
Variables
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.