Problem Statement
Create an account base class and a savings-account subclass that prints the projected balance after interest.
DEMO-OOP-33 โข Object Oriented Programming
Create an account base class and a savings-account subclass that prints the projected balance after interest.
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 100.0 5.0
Owner: Lina Balance: 100.00 Projected Balance: 105.00
Omar 250.0 10.0
Owner: Omar Balance: 250.00 Projected Balance: 275.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question