question archive "You are the manager of a supermarket who has decided to automate the regular sales and inventory report generation process
Subject:Computer SciencePrice: Bought3
"You are the manager of a supermarket who has decided to automate the regular sales and inventory report generation process. You have a file of items for sale containing item names, department, price and quantity in stock. You have a file of items sold containing the date of sale, item name and quantity sold. Write a C++ program using files and structures to produce the reports. Please write a program that conforms to the following requirements: