Question: Create a program that will be able to add courses (course code and course title) of students during enrolment and do the following: Add

Create a program that will be able to add courses (course code

Create a program that will be able to add courses (course code and course title) of students during enrolment and do the following: Add element in the list Edit element in the list Remove element in the list Remove all element in the list Search element in the list View all elements in the list UM AIND You can use ArrayList and/or LinkedList to perform the aforementioned options. You need not to use FileHandling and a user-defined method to show how each option will work. Use the class LetsAnalyze_LastName_Lab4. Submit the java file to the BB LMS. Sample Output: [1] Add Elements in the List VINCIT [2] Edit Elements in the List [3] Remove Elements in the List [4] Search Elements in the List [5] View Elements in the List [6] Exit Action: 1 NAO OMNIA VERITAS DAVAO CITY 1946 Enter number of courses to be added in the list?: 3 Enter course 1: CCE101L Enter course 2: CCE102L Enter course 3: CCE103L

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 Programming Questions!