Replace the multiple arrays with a single array of structures.
The program currently uses the following arrays:
bookTitle
isbn
author
publisher
dateAdded
qtyOnHand
wholesale
retail
Remove these arrays from the program and replace them with a global array of 20 di the BookData structures you declared in Step 1.
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.