Question: using c++ Consider a data file named STORES.dat which contains inventory information for four shops. Each line in the file contains the inventory of five

using c++
Consider a data file named STORES.dat which contains inventory information for four shops. Each line in the file contains the inventory of five types of merchandize in each store. Write a program to perform the following: (a) Read the data into a two-dimensional array invent (4,5). (b) Produce the output shown below, which includes: - finding the total inventory of all items in each store. - finding the maximum quantity of each item
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
