Question: Create a menu driven Book Management CRUD application. Use an Array of object as an internal data structure 1 - Create 2 - Read 3
Create a menu driven Book Management CRUD application. Use an Array of object as
an internal data structure
Create
Read
Update
Delete
Exit
User will enter the choice
Choice :
Book class object with all the book details should be stored into the array
Choice :
All books detail should be printed on the console
Choice :
User will enter the book ID Update book title
Choice :
User will enter book ID Search for book into array and delete that.
Choice :
User should exit from application
Book Class:
Class should contain bookId, bookTitle and bookPrice with the respective getters and
setters.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
