Problem Statement
Parse three raw expense values and print their average. Handle invalid numeric input.
DEMO-OOP-33 โข Object Oriented Programming
Parse three raw expense values and print their average. Handle invalid numeric input.
Input is given as whitespace-separated raw tokens exactly in the order described by the problem statement.
Print the exact success report or exact error message required by the problem.
Submit runs every public testcase in this browser. Results and code never leave this device.
10.0 20.0 30.0
Average: 20.00
5 7.5 9.5
Average: 7.33
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question