Problem Statement
Read two integers, swap them using a temporary variable, and print the final values.
DEMO-OOP-33 โข Object Oriented Programming
Read two integers, swap them using a temporary variable, and print the final values.
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.
3 9
Left: 9 Right: 3
10 20
Left: 20 Right: 10
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question