For this chapter's assignment you are going to add a series of arrays to the program. For the time being, these arrays will be used to hold the data in the inventory database. The functions that allow the user to add, change, and delete books in the store's inventory will modify the data held in these arrays.
Understand the Relationship Between the Arrays
The data stored in the arrays.will be linked through their subscripts. The string stored in bookTitle [ 0] is the title of the book whose ISBN number is stored in isbn [ 0 ]. Like-wise, the data stored in author [ 0 , publisher[ 0 ], dateAdded[ 0 ], qtyOnHand( 0 ], wholesale( 0 ], and retail( 0 ] also belong to that same book.
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.