Problem Statement
Create a Swing panel with a price field, checkbox, button, and label. Clicking the button must apply the student discount when the checkbox is selected.
DEMO-OOP-33 โข Object Oriented Programming
Create a Swing panel with a price field, checkbox, button, and label. Clicking the button must apply the student discount when the checkbox is selected.
Input is given as whitespace-separated values and is used by Main.java to simulate the GUI interaction.
Print the final label text returned by the simulation.
Submit runs every public testcase in this browser. Results and code never leave this device.
100.0 1
Total: 90.00
50.0 0
Total: 50.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question