Write your question here.
hey guys am new here, i need help writing linked list
Write 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
Convert your algorithm into a C-Program, compile and run it before you present it to the course assistant Faegheh Yeganli in the EENG212 Computer Lab. Your homework will be check for successfully compiling and running, the sense of algorithmic approach and flowcharting.
Did you implement this part yet? And what is "Microsoft Visio’s flowcharting symbols"?