
The code provided in this repository gives you a template to work with and build your project. Commit your changes and push them to your own fork on Github.Your program should keep a list of all users (and the books they've borrowed), all librarians, and all books.

Prevent new users choosing a previously taken username. Your menu should allow new Users to create an account by providing a username and a password.Librarians to login, logout, add or delete books.Users to login, logout, borrow and return books.In the runMenu() function of the Main class, Implement an interactive menu in the command line that allows:.Complete the following classes by adding the required parameters and implementing the predefined functions: Book, Librarian, User, Library.Ensure to create a new Git branch before starting your work Fork this repository and clone the fork to your local machine.

