Problem Statement
Read one integer and print the value together with its doubled result.
DEMO-OOP-33 โข Object Oriented Programming
Read one integer and print the value together with its doubled result.
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.
5
Value: 5 Double: 10
12
Value: 12 Double: 24
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question