Problem Statement
Create a scholarship-student subclass and print the student report with scholarship status.
DEMO-OOP-33 โข Object Oriented Programming
Create a scholarship-student subclass and print the student report with scholarship status.
Input is given as whitespace-separated tokens for the base-class fields first, followed by the child-class fields.
Print the exact multiline report required by the problem.
Submit runs every public testcase in this browser. Results and code never leave this device.
Lina 95 120.0
Name: Lina Mark: 95 Scholarship: 120.00 Status: ACTIVE
Omar 86 75.5
Name: Omar Mark: 86 Scholarship: 75.50 Status: ACTIVE
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question