Problem Statement
Create a helper class that stores three marks in a collection and prints the gradebook statistics.
DEMO-OOP-33 โข Object Oriented Programming
Create a helper class that stores three marks in a collection and prints the gradebook statistics.
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.
80 70 90
Highest: 90 Lowest: 70 Average: 80.00
100 65 75
Highest: 100 Lowest: 65 Average: 80.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question