Author: Bryant Davis Collaborator: Robert Carter, Amanda Iverson
Create a console app that allows a user to view a list of books, add a book to the list, check out a book, view books they have checked out and return a book they have checked out.
Clone this repository to your local machine.
$ git clone [https://github.com/BryantDavis1986/Lab08-Collections]
Select File -> Open -> Project/Solution
Next navigate to the location you cloned the Repository.
Double click on the Lab08-Collections directory.
Then select and open Lab08-Colelctions.sln
1.5: Added all tests, all are passing after modifications to the remove method on library - July 25 2020 1.4: Added methods that were missing in program and library. Corrected some mistakes in syntax and updated README - July 25 2020 1.3: Added the 2 methods given to us from the Lab and comments on what they do - July 15 2020 1.2: Created Classes: Book, Author and Library. Did some basic code in each as well as Program - July 15 2020 1.1: Created README, gitignore, and initial project - July 15 2020
For more information on Markdown: https://www.markdownguide.org/cheat-sheet