Problem Statement
Read three scores and print their average.
DEMO-OOP-33 โข Object Oriented Programming
Read three scores and print their average.
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.
70 80 90
Average: 80.00
100 90 80
Average: 90.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question