Create a program-generate a total inventory count


Discussion:

Q: Create a program that does the following. the program should sum up inventory counts and report the total. the inventory is represented by a three digit inventory and a count of the items. in the data is a problem, their are two different inventories that have been mixed up in the list (on purpose). the inventory number and count still match up. I need to seperate the two inventories (inventory ONE and TWO) and get a count for each one. im writing this for a "r & d" department and the idea is that they discovered the two inventories can be distinguished by digits in the inventory number. if the digits in the inventory number sum up to be liss than or equal to 13, then those items belong to inventory ONE. the others belong to TWO.

The object is to compute sums for each of the two inventories and generate a total inventory count for each one.

 

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Create a program-generate a total inventory count
Reference No:- TGS01937247

Now Priced at $20 (50% Discount)

Recommended (95%)

Rated (4.7/5)