A sweatshirt manufacturer wants to take inventory


A sweatshirt manufacturer wants to take inventory of the college logo sweatshirts that has in stock. The company makes sweatshirts for seven colleges. Refer to the colleges by number, 1-7. Sweatshirts come in four sizes, small, medium, large and x-large. An employee gathers the inventory information by hand. Write a C++ program that prompts the employee to enter the number of sweatshirts in stock for each of the seven colleges in each of the four sizes. Store the inventory information in a two-dimensional array. After inputting the inventory data, the program should display an inventory report in the following format.



Inventory Report
College 1 2 3 4 5 6 7 Total
Size
Small
Medium
Large
X-Large
College Total
Total Quantity on Hand



At the end of each row should be the total inventory of that size. At the bottom of each column should be total inventory each college. The Total Quantity On Hand should be the total inventory of all sweatshirts.  

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: A sweatshirt manufacturer wants to take inventory
Reference No:- TGS089070

Expected delivery within 24 Hours