Problem Statement
Read a base price and VAT rate, then print the price before and after VAT.
DEMO-OOP-33 โข Object Oriented Programming
Read a base price and VAT rate, then print the price before and after VAT.
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.
10.0 16.0
Base: 10.00 Total: 11.60
25.5 8.0
Base: 25.50 Total: 27.54
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question