Currently, the inventory data is stored in an array of 20 InventoryBook class objects. For this chapter's assignment, you will implement a linked list, which will take the place of the array. When done, your program should allow the user to enter as many books into inven-tory as needed.
There are several parts of the program that are coded to use the InventoryBook array. Modify the remainder of the program so it works successfully with the linked list.
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.