Day 2: Java CLI Based Library Book Tracker
What I Built Today
Today I worked on a console-based Library Book Tracker.
Users can:
add books
check books out
return books
list all books (both available & checked out)
We use an ArrayList to keep track of books.
What I Struggled With
Fixing...
ayush-devhub.hashnode.dev2 min read