Question: If this could be done that'd be great. Your program must keep track of the following information about each book 1. Title Note that book



If this could be done that'd be great.
Your program must keep track of the following information about each book 1. Title Note that book titles are allowed to contain spaces (Example Java For Everyone) 2. Author - We will require the author information to be entered as a single string without spaces using the format: lastName.firstName (Example: Hortsmann.Cay). We will only store one author with each book even though a book might have multiple authors in the real world 3. ISBN This 13 digit value will likely contain a dash and should be 4. Rating This is the current average rating for this book. If no one has 5. Number of Reviews This will store the number of reviews that have stored as a String (Example: 123-1234567890) rated this book, the rating is 0.0. (Example: 4.5) been received for this book. (Example: 10)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
