Library Assignment

--Originally published at TC201 Winter 2016 Jorge

The libraries of SmallTownX need a new electronic rental system, and it is up to you to build it. SmallTownX has two libraries. Each library offers many books to rent. Customers can print the list of available books, borrow, and return books.

Problem: We provide two classes, Book and Library, that provide the functionality for the book database. You must implement the missing methods to make these classes work.

Doing this wsq was quite challenging but at the end I managed to do it. I watched some videos in yutube and checked some code on the internet that helped me think the proper way on how to solve this library assignment problem. If you want to go to my github repository to check out the code, click here.