Problem Statement
Parse three grades into an array and print the grade at the requested index. Handle invalid numbers and invalid indexes.
DEMO-OOP-33 โข Object Oriented Programming
Parse three grades into an array and print the grade at the requested index. Handle invalid numbers and invalid indexes.
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.
80 90 70 1
Grade: 90
50 60 40 0
Grade: 50
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question