Problem Statement
Read a Celsius value and print both Celsius and Fahrenheit with two decimals.
DEMO-OOP-33 โข Object Oriented Programming
Read a Celsius value and print both Celsius and Fahrenheit with two decimals.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
0.0
Celsius: 0.00 Fahrenheit: 32.00
25.0
Celsius: 25.00 Fahrenheit: 77.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question