Problem Statement
Create a helper class that estimates a library fine and applies a maximum cap.
DEMO-OOP-33 โข Object Oriented Programming
Create a helper class that estimates a library fine and applies a maximum cap.
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.
3 1.5 10.0
Raw Fine: 4.50 Final Fine: 4.50
10 2.0 12.0
Raw Fine: 20.00 Final Fine: 12.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question