Question
Produce a Book class that stores book information. Your Book class will store following-
book title
author's first name
author's last name
book ISBN-10 number
publisher
price
generate a test application that creates several objects of type Book class and adds each book to an ArrayList. Your test application must then do the following-
Iterate during all books in the ArrayList and print information out in readable form
Print total number of books stored
Prompt you for index and print the book information stored in index