Your task is to implement a simplified inventory tracker system for a large retail store. You are given a price list that describes the current market price for each item, and a transaction log where each record contains information about one of three types of transactions - sell, discount start, or discount end. The tracker system should process all transactions and return the total revenue from all sales chegg



Answer :

Other Questions