Add a method printReceipt to the CashRegister class. The method should print the prices of all purchased

Question:

Add a method printReceipt to the CashRegister class. The method should print the prices of all purchased items and the total amount due.  You will need to form a string of all prices. Use the concat method of the String class to add additional items to that string. To turn a price into a string, use the call String.valueOf(price).

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: