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.
Remove the isEmpty and removesook member functions from the InventoryBook class. Because the InventoryBook objects will be stored in a linked list, it is no longer necessary to use these functions.
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.