Assume the definition and declaration of Exercise 11.Write the definition of a void function that can be used to input data in a variable of type partsType. Also write a C++ code that uses your function to input data in inventory.
Reference:
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.