A library made by java which can store books, add book, can issue a book and return the book.
- Add books and print the available books out.
- Books can be issued.
- Use of array.
- Use of
forloops andif-elselogic and following DRY principle.
- In the main method call the methods according to your want.
- Compile it
- Run it
- Use of Array and Varargs.
- Making Custom
Classand it'sMethod.