Problem #489 CORE JAVA PROGRAMMING

Write a Java program to create a class called "Book" with attributes for title, author, and ISBN, and methods to add and remove books from a collection.

Your Solution