Please see README for description of project
Follows a coding standard set by professor. Tests knowledge of file handling and object oriented programming. Tasks for this program:. Reads an "Inventory" file, which contains a MerchandiseName, Price and Quantity. Reads an "Updated Inventory" file, which contains a MerchandiseName and Quantity. Parses information from files, stores information into appropriate sections of a Product object. Writes names of merchandise sold in alphabetical order followed by quantity sold and total money taken, to the Summary file. Warning issued if there is negative inventory (quantity sold is quantity than initial quantity) and/or if there are missing items (items sold that were not originally in the item inventory). Writes names of merchandise with quantity of item sold to the UpdatedInventory file.