โ Back to Printing
Question 96
Print a Temperature Conversion
Print a Temperature Conversion
The variablecholds25(degrees Celsius). Convert it to Fahrenheit using the formulac * 9 / 5 + 32and print a sentence so the output is exactly: 25C is 77F
Expected Output:
25C is 77F
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.