Problem Statement
Read gross salary, tax rate, and bonus, then print the tax amount and net salary.
DEMO-OOP-33 โข Object Oriented Programming
Read gross salary, tax rate, and bonus, then print the tax amount and net salary.
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.
1000.0 10.0 50.0
Tax: 100.00 Net: 950.00
750.0 5.5 0.0
Tax: 41.25 Net: 708.75
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question