Skip to content

jeremymaya/Code-401-Lab07-Collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-401-Lab07-Collections

Phil's Lending Library

Lab07 - Phil's Lending Library

Author: Kyungrae Kim


Description

This is a console applocation simulates a lending library using Collections. The library uses a generic collection which hold book created from a seperate Book class. In addition, the library can remove items from the newly created library and place them into another generic collection (such as a List) to prove the movement of the individual objects.


Getting Started

Clone this repository to your local machine.

$ git clone https://github.com/jeremymaya/Code-401-Lab07-Collections.git

To run the program from Visual Studio:

Select File -> Open -> Code-401-Lab07-Collections

Next navigate to the location you cloned the Repository.

Double click on the PhilsLendingLibrary directory.

Then select and open PhilsLendingLibrary.sln


Visuals

User Interface

Image 1

View All Books

Image 2

Add A Books

Image 3

View All Books After Add

Image 4

Borrow A Book

Image 5

View All Books After Borrow

Image 6

View Book Bag

Image 7

Retun A Book

Image 8


Change Log

1.0: Lab 07 Competed - 23 Oct 2019 11:55 PM 1.0: Lab 07 Started - 23 Oct 2019 8:55 AM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages