Application Development using Java

Details:

The CASUAL WRITERS BOOK CLUB is a club where recreational writers can share their unpublished books for the enjoyment of other members in the club.

They have asked you to develop a console based, object-oriented solution. They require a system to keep track of the books in their club.  The system must have the option to add a book, delete a book, view a particular book, view all books and exit.

 

Add Book Option:

When this option is selected, the system should ask for the title, main author, genre and year. It should then attempt to add the book. 

Note: A message indicating whether the book was successfully added or not must be displayed before returning to the main menu.

 

View all Books Option:

When this option is selected, the system should display all books currently in the system. For each book it should show the bookNumber, title, main author, genre and year. 

 

Delete Book Option:

When this option is selected, the system should display all books currently in the system. For each book it should show the bookNumber, title, main author, genre and year. The user should then be prompted for a bookNumber  to delete. 

Note: A message indicating whether the book was successfully deleted or not must be displayed before returning to the main menu.

 

View Book Details:

When this option is selected, the system should ask the user for a bookNumber. If the bookNumber exists, the title, main author, genre and year should be shown. 

Note: An appropriate message should be shown if it was not found.

 

Exit Option:

When this option is selected, the system should display a departing system message.

 

The next page shows what the main menu must look like.  

 

Welcome to the CASUAL WRITERS BOOK CLUB

Please select an option from the list below.

1. Add Book

2. Delete Book

3. View all Books

4. View book Details

5. Exit

Need a custom answer at your budget?

This assignment has been answered 4 times in private sessions.

© 2024 Codify Tutor. All rights reserved