Hello,
I am hoping someone can help. I am new to
Java so apologies if i have made a mess of the code.
I have an assignment due and I cant get the program to work.
The individual parts work but not together. info and code below:
1.menu system
2.Ask the user how many books their application should store
3.Add book details
4.Display details of a book and Display all the Books
5.End application
Java program must have the following:
• A Book class with appropriate properties and methods (including get and set)
• Appropriate use of methods for the menu system
• Appropriate use of loops
• Appropriate use of a toString method in the Book class
• Appropriate use of validation of user entry
• Appropriate use of comments
• An application class that will run the menu described in the scenario