Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

java only write clear, should run 6. CashRegister Class Write a cashRegister class that can be used with the RetailItem class that you wrote in

image text in transcribed
java only
write clear, should run
6. CashRegister Class Write a cashRegister class that can be used with the RetailItem class that you wrote in Chapter 6's Programming Challenge 4. The cashRegister class should simulate the sale of a retail item. It should have a constructor that accepts a RetailItem object as an argument. The constructor should also accept an integer that represents the quantity of items being purchased. In addition, the class should have the following methods: The getSubtotal method should return the subtotal of the sale, which is the quantity multiplied by the price. This method must get the price from the RetailItem object that was passed as an argument to the constructor. tax rate is 6 percent of a retail sale. sales tax. The getTax method should return the amount of sales tax on the purchase. The sales The getTotal method should return the total of the sale, which is the subtotal plus the chased, and then displays the sale's subtotal, amount of sales tax, and total. 6. CashRegister Class Write a cashRegister class that can be used with the RetailItem class that you wrote in Chapter 6's Programming Challenge 4. The cashRegister class should simulate the sale of a retail item. It should have a constructor that accepts a RetailItem object as an argument. The constructor should also accept an integer that represents the quantity of items being purchased. In addition, the class should have the following methods: The getSubtotal method should return the subtotal of the sale, which is the quantity multiplied by the price. This method must get the price from the RetailItem object that was passed as an argument to the constructor. tax rate is 6 percent of a retail sale. sales tax. The getTax method should return the amount of sales tax on the purchase. The sales The getTotal method should return the total of the sale, which is the subtotal plus the chased, and then displays the sale's subtotal, amount of sales tax, and total

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

4th Edition

0615231047, 978-0615231044

Students also viewed these Databases questions

Question

Explain the difference between real assets and financial assets.

Answered: 1 week ago

Question

explain the concept of strategy formulation

Answered: 1 week ago