CJCoding With Joseph

Print a Temperature Conversion

The variable c holds 25 (degrees Celsius). Convert it to Fahrenheit using the formula c * 9 / 5 + 32 and 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.