Problem Statement
Create a helper class that formats an item tag and prints the invoice total using Java formatting utilities.
DEMO-OOP-33 โข Object Oriented Programming
Create a helper class that formats an item tag and prints the invoice total using Java formatting utilities.
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.
book 2 4.5
Item Tag: BOOK-2 Total: 9.00
pen 10 1.2
Item Tag: PEN-10 Total: 12.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question