Problem Statement
Create Main.java and InvoiceService.java.
Read quantity and unit price, then use the service class to print Total invoice = X.00 with two decimal places.
DEMO-OOP-33 โข Object Oriented Programming
Create Main.java and InvoiceService.java.
Read quantity and unit price, then use the service class to print Total invoice = X.00 with two decimal places.
Submit runs every public testcase in this browser. Results and code never leave this device.
3 4.5
Total invoice = 13.50
10 2
Total invoice = 20.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question