Problem Statement
Read five integers into an array and print the maximum value using a loop.
DEMO-OOP-33 โข Object Oriented Programming
Read five integers into an array and print the maximum value using a loop.
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.
4 8 2 9 1
Maximum: 9
10 10 10 8 7
Maximum: 10
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question