Problem Statement
Read consumed units, unit cost, and service fee, then print the final bill.
DEMO-OOP-33 โข Object Oriented Programming
Read consumed units, unit cost, and service fee, then print the final bill.
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.
100 0.5 3.0
Units: 100 Bill: 53.00
250 0.75 5.5
Units: 250 Bill: 193.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question