Problem Statement
Read quantity, unit price, and tax rate, implement invoiceTotal, and print the final total.
DEMO-OOP-33 โข Object Oriented Programming
Read quantity, unit price, and tax rate, implement invoiceTotal, and print the final total.
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.
2 10.0 16.0
Total: 23.20
5 4.5 5.0
Total: 23.62
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question