C++, cash register
Create a class that implements a cash register. A user of the cash register object should be able to record the sale of up to 25 items. The program should loop until the user enters ‘Q’ to quit. When the user enters ‘Q’ the cash register should print the items and a total to the […]

