Writting Algorithm Using a Linked List

Write your question here.
hey guys am new here, ah kinda need solution with this assignment
rite an algorithm USING A LINKED LIST called STUDENT to enter a student’s Name, Age, Student ID Number and Nationality input from the keyboard. The linked list will have a variable number of nodes. The number of nodes will grow as a new student’s data is entered. The number of nodes will shrink as a student’s data is erased. There will be an option to display the entered data on the screen. The algorithm will also print the following menu and provide the following selections:

---------------------------------------------

Press 1 to INSERT a new person’s record into the list

Press 2 to DELETE an existing person’s record from the list

Press 3 to DISPLAY the list of records on the screen

Press 4 to EXIT
Topic archived. No new replies allowed.