Part 3: Array Structure Proposal A local car dealership had a need for an inventory tracking program. The program written uses parallel arrays to maintain a list of cars that are in inventory. In this program the cars are maintained as objects. At the end of the day the arrays are added to a database. The parallel array structure uses six separate arrays to hold separate pieces of data on each car object in inventory. Those arrays are: make, model, year, MSRP, cost, and lowestSalePrice. Both…
Words 405 - Pages 2