Assume that you have the following definition of a struct:
struct partsType
{ string partName;
int partNum;
double price;
int quantitiesInStock;
};
Declare an array, inventory, of 100 components of type partsType.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.