Question: Q2. Using Linked Lists, write a Java program which implements a Linked List of Student Records as follows: Student record has studentID, first name, last
Q2. Using Linked Lists, write a Java program which implements a Linked List of Student Records as follows: Student record has studentID, first name, last name, major and age (a) Student record is inserted alphabetically using last name. (20 Points) (b) Student is deleted by StudentID (10 Points) (c) Edit at least one student's first name (10 Points) (d) Search for student by StudentID (10 Points) (e) Insert and display at least 5 students. (10 Points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
