Skip to content

401-Advanced-DOTNOT-CSHARP/Lab08-Collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Console Application Lab 8 Collections

Lab08 - Collections

Author: Bryant Davis Collaborator: Robert Carter, Amanda Iverson


Description

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.


Getting Started

Clone this repository to your local machine.

$ git clone [https://github.com/BryantDavis1986/Lab08-Collections]

To run the program from Visual Studio:

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


Change Log

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages