Write a c++ program that helps the business owner of crops to keep track of the
total sales that he has made. He owns 5 shops in different cities of Pakistan, these
shops deals with the selling Corn. (Use arrays)
1. You are required make a c++ program that asks each of the shopkeeper to tell
the amount sold by them of corn in 4 weeks,
2. it should then calculate the total amount of corn sold in a month
3. And display on screen. Make a report in the end to display the sales of each
employee.
4. Calculate the amount of maximum corn sold.
*Input Validation: Do not accept negative numbers for input.
