Question

7.Displaying the information. If the LIST command is typed by the user on the standard input,

then the program should display all the information in the system (i.e., stored in the linked list) into its standard output. Therefore, this information must be displayed in the ascending order of the ids.

Keep in mind that the LIST command can be executed any number of times during the program interaction by the user and at any point.

Question image 1