Question: The code should be written in java .Write a program that creates a linked list of students.The following details must be kept for each student:
The code should be written in java.Write a program that creates a linked list of students.The following details must be kept for each student:
Student ID First name Last name Address Age Gender Course enrolled for Your program must display a menu allowing the user to perform any of the following tasks: i. Create a linked list. Note: The method to create a linked list makes use of the method addFirst() or addLast() or addOrder ii. Insert new nodes to the linked list. iii. Search for details pertaining to a particular student. iv. Delete details of a particular student. v. Find number of nodes in the linked list. vi. Display information pertaining to all students. The menu options should be as follows: 1. Create linked list 2. Add new student 3. Search for a student 4. Delete a student 5. Find number of students 6. Print student details 7. Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
