Create a test application that creates several objects


book ISBN-10 number, and publisher, and price.

Create a test application that creates several objects of type book class and adds each Book to an ArrayList. Your test application should then do the following:


Iterate through all Books in the ArrayList and print the information out in readable form. 
Print the total number of books stored. 
Prompt you for an index and print the book information stored in the index. 
Hint: You may want to look into overriding toString() method to provide a readable string representation of Book object.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Create a test application that creates several objects
Reference No:- TGS0131826

Expected delivery within 24 Hours