Write a program in Java that implements the Librarian application as documented in the Javadoc on EdStem.You can assume that our test cases will contain only valid input commands and not cause any...

Write a program in Java that implements the Librarian application as documented in the Javadoc on EdStem.You can assume that our test cases will contain only valid input commands and not cause any integeroverflows. Commands are case insensitive.Librarian stores collections of Member accounts and Book objects. Member accounts are identified by theirmember number, and store their name, the books they are currently renting, and their rental history.Member accounts start at 100000 and increment up (such that the second Member account will havemember number 100001).A Book is identified by its serial number, and store the title, author, genre, member currently, and rentalhistory. Members are able to rent and return books, with only one member able to rent a book at any time.Books are considered copies of each other if they have the same title and author (note that copies of a bookall have different serial numbers).Book collections can be read from and archived in a CSV (comma-separate values) file, stored in order ofserial number in the following form:,,,
Oct 10, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here