Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 2 The list is currently empty, you cannot remove a node. Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 6 The list is currently empty. Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 1 What index would you like to add the node to? 4 Invalid index, try again: 0 Enter name: Alan Enter id: 1234 Enter gpa: 12.0 Added. Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 6 Node 0: Alan, 1234, 12.0 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 1 What index would you like to add the node to? 1 Enter name: Bob Enter id: 3333 Enter gpa: 3.2 Added. Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 6 Node 0: Alan, 1234, 12.0 Node 1: Bob, 3333, 3.2 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 1 What index would you like to add the node to? 1 Enter name: Blargh Enter id: 4139 Enter gpa: 2.4 Added. Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 6 Node 0: Alan, 1234, 12.0 Node 1: Blargh, 4139, 2.4 Node 2: Bob, 3333, 3.2 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 3 Alan, 1234, 12.0 Bob, 3333, 3.2 Blargh, 4139, 2.4 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 6 Node 0: Alan, 1234, 12.0 Node 1: Blargh, 4139, 2.4 Node 2: Bob, 3333, 3.2 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 2 What index would you like to remove? 4 Invalid index, try again: 0 Removed Alan, 1234, 12.0 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 6 Node 0: Blargh, 4139, 2.4 Node 1: Bob, 3333, 3.2 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 1 What index would you like to add the node to? 0 Enter name: Alan Enter id: 1234 Enter gpa: 12.0 Added. Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 2 What index would you like to remove? 1 Removed Blargh, 4139, 2.4 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 6 Node 0: Alan, 1234, 12.0 Node 1: Bob, 3333, 3.2 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 1 What index would you like to add the node to? 1 Enter name: Blargh Enter id: 4139 Enter gpa: 2.4 Added. Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 2 What index would you like to remove? 2 Removed Bob, 3333, 3.2 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 6 Node 0: Alan, 1234, 12.0 Node 1: Blargh, 4139, 2.4 Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 4 Cleared. Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 6 The list is currently empty. Menu: 1.) Add a node. 2.) Remove a node. 3.) Sort the list. 4.) Clear the list. 5.) Get a node. 6.) Print the list. 0.) Exit What is your choice: 7 Invalid entry, try again: 0 Goodbye!