Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 505 Bytes

File metadata and controls

15 lines (15 loc) · 505 Bytes

Online Library

A library made by java which can store books, add book, can issue a book and return the book.

Features

  • Add books and print the available books out.
  • Books can be issued.

Most common commands

  • Use of array.
  • Use of for loops and if-else logic and following DRY principle.

How to run it

  • In the main method call the methods according to your want.
  • Compile it
  • Run it

What I learned

  • Use of Array and Varargs.
  • Making Custom Class and it's Method.