Question: I need a program that solves this program 26. Write a program to read a list of students from a file and create a list.
26. Write a program to read a list of students from a file and create a list. The program should use a linked list for implementation. Each node in the linked list should have the student's name, a pointer to the next student, and a pointer to a linked list of scores. There may be up to four scores for each student. The structure is shown in Figure 5-33 Students Albert Einstein-5267-63 Steve Abrew. Sarah Trapp FIGURE 5-33 Data Structure for Project 26
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
