Question: Can someone help me solve this in Java ? ? In Java Create a program called FirstnameLastnameExam 2 ( replace Firstname with your first name
Can someone help me solve this in Java In Java
Create a program called FirstnameLastnameExamreplace Firstname with your first name and Lastname
with your last name This program should create an ArrayList called BookList. The program should display
a menu to allow the user to choose from the following options:
Enter to add a book to the list:
Enter to edit a book to the list:
Enter to remove a book from the list:
Enter to display the list of books:
Enter to quit:
The program should use a caseswitch statement and switch on the users choice. The program should
continue until the user enters to quit. Case should use BookList.add to add books to the ArrayList. Case
should use BookList.set to edit books to the ArrayList. Case should use BookList.remove to remove a
name from the list Ask the user to enter the index number of the book to delete from ArrayList Case
should use a for loop to display all books in the ArrayList along with their index number. Sample output
Your output should look similar to:
The Book List
Index: Name: Stranger in a Strange Land
Index: Name: PHP and MySQL
Index: Name: HTML & CSS
Index: Name: Love Story
Index: Name: The Day the Earth Stood Still
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
