pls tutor me to write java program for this assignment: Mr X is the owner of a small startup music store called Music World. The store sells music CDs. He plans to eventually develop a sales transaction processing system that allows him to enter data for a CD purchase and output vital information such as quantities, prices, subtotal, tax and total. So he plans to develop the system that asks the cashier to enter the vital information about a single CD being purchased such as the identification code, title , price and quantity. In addition to outputting these data to the user, the system should be able to display the subtotal (price* quantity ) and the total ( subtotal plus tax) for a single CD title. The sales tax rate is 6.25 percent.
View All Comments
| View Tutorial