Question: JAVA Design and implement a Java program to create a system that will keep track of books in a local bookstore. The program will maintain

JAVA

Design and implement a Java program to create a system that will keep track of books in a local bookstore. The program will maintain a current list of books that can be purchased in a bookstore and ask the user if they would like to order the book if it is not in stock. Book data for the program includes the authors first and last and an array of books written by the author which will contain name of book, isbn number, price and genre. Each author can have a maximum of five books. Error checking of all data is required. The user should be asked if they would like to print a list of all available authors and their information or to search for a specific author and print that authors information. If the author cannot be found the user should be ask if they would like to order the book and therefore allow the user to enter author and book information which will be added to the existing list of authors with required information. The program should allow entry of author information via the keyboard with the maximum number of authors being 30, but the list can contain less. This assignment should use classes, arrays and methods to implement the system.

PLEASE DONT COPY SAME CODE FROM SIMILAR QUESTION, something new..there is a person copying same answer and posting same answer everywhere...its wrong and NOT working.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!