Question: Write an algorithm USING A LINKED LIST called STUDENT to enter a students Name, Age, Student ID Number and Nationality input from the keyboard. The

Write an algorithm USING A LINKED LIST called STUDENT to enter a students 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 students data is entered. The number of nodes will shrink as a students 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 persons record into the list Press 2 to DELETE an existing persons record from the list Press 3 to DISPLAY the list of records on the screen Press 4 to EXIT --------------------------------------------- Draw a flowchart of your algorithm using Microsoft Visios flowcharting symbols. 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. Hint: Your program will have two functions which are called, enter_new_data and remove_existing_data

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