Write a GUI program with check buttons that allow the user to select any or all of these services.
Joe’S Automotive performs the folowing routine maintenance services:
Oil change–$30.00
Lube job–$20.00
Radiator flush–$40.00
Transmission flush–$100.00
Inspection–$35.00
Muffler replacement–$200.00
Tire rotation–$20.00
Write a GUI program with check buttons that allow the user to select any or all of these services. When the user clicks a button the total charge should be displayed.
joyce
0