Problem Statement
Read five integers and print them in reverse order.
DEMO-OOP-33 โข Object Oriented Programming
Read five integers and print them in reverse order.
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.
1 2 3 4 5
Reversed: 5 4 3 2 1
9 8 7 6 5
Reversed: 5 6 7 8 9
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question