CIS 1033 - Fundamentals of Programming

Bob Comer, Professor, CIS/CSC


Programming Assignment 7 - Inventory

Write a C++ program that stores inventory information in 2 parallel arrays. The information to store is:

Write your program to handle up to 100 inventory items. It should be able to process fewer items if desired.

Optional: Declare a class to store 1 inventory item, then use a single array of objects to hold the inventory.

Your program should include at least 3 functions:

Your program should input the inventory information, print it back out in table format, and then print the total value of the inventory.


Return to Fundamental's Home Page

Copyright: Ó1999 by the Austin Community College

Department of Computer Studies. All rights reserved.

Comments to: Bob Comer

Last updated: July 7, 1999