1. build a function/procedure to display all data in a linked list….

Question Answered step-by-step 1. build a function/procedure to display all data in a linked list…. 1. build a function/procedure to display all data in a linked list. Based on the structure and function declarations given in the Linked List theory slide, create a program that can display a menu of various insert and delete operations on a linked list, and perform operations according to the selected menu. Use the function to display the contents of the previously build a linked list to check the correctness of the operations performed. The menu will continue to be displayed and processed as long as the user has not selected the menu to exit the program. Copy your Python code here. Show and explain the results of running the program here. 2. Make a declaration of a linked list node structure that can store the No Card and Student Name data in each node. Modify the code from the result of question number 1 so that it can process student data in the form of Card Number and Student Name. Copy your Python code here. Describe the changes made. Show and explain the results of running the program here. Computer Science Engineering & Technology Python Programming TECHNOLOGY 11 Share QuestionEmailCopy link Comments (0)