In Java. A library needs an inventory system to see what itemsare in stock or being loaned. The system needs to be searchablebased on book type color,size and location. 1st use a linked listto hold all the items. 2nd use a tree data structure and 3rd usemultiple arrays to hold all the items and their attributes
Expert Answer
An answer will be send to you shortly. . . . .