Project Requirements
Project Requirements:1. Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. TheLineItem class will represent an individual line item of merchandise that acustomer is purchasing. The Transaction class will combine several LineItemobjects and calculate an overall total price for the […]