Reimplement the CashRegister class so that it keeps track of the price of each added item in a list. Remove the _itemCount and _totalPrice instance variables. Reimplement the clear, addItem, getTotal, and getCount methods. Add a method displayAll that displays the prices of all items in the current sale.