You are on page 1of 1

Build a Book library management system -Built in net beans. -Code must be documented.

-Program to operate entirely on command line. -Books held in an Array. -Contain any number of books. -Each item can only be in the library once. Menu options to work library -Adding a new book (when selected, add information and create object based on it) -Stock in library (print all items in library, both in stock and out on loan) -Lending an item (ask what is being borrowed then increase number on loan. If item does not exist it should ask the user does it want to re enter the details) -Returning an item (ask what is being returned and then reduce the number on loan. If the item does not exist or the number on loan is 0, it should ask the user does it want to re enter the details -Exiting the program (when selected should display a sign off message) When Adding a new book must include -Author -Title -Whether or not its part of a series -Series name -Quantity - All should include equals method were required

You might also like