Problem Statement
Read five integers, store them in an array, and print their sum.
DEMO-OOP-33 โข Object Oriented Programming
Read five integers, store them in an array, and print their sum.
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
Sum: 15
10 0 10 0 10
Sum: 30
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question