Question: Introduction In this homework, you will create a C++ program to manage the list of enrolled students in a university. The data of each student

 Introduction In this homework, you will create a C++ program tomanage the list of enrolled students in a university. The data ofeach student will be stored as nodes of an ordered linked list.You should be able to add and delete students from the list,and perform other operation on the stored data. Student information include: D

Introduction In this homework, you will create a C++ program to manage the list of enrolled students in a university. The data of each student will be stored as nodes of an ordered linked list. You should be able to add and delete students from the list, and perform other operation on the stored data. Student information include: D number (integer of 5 digits) * .First name Last name .Major GPA (double, between 0 and 4) * .Current Credit Enrolled (integer, between 0 and 15) Input and Output The input is a single text file. Each file is divided in blocks that call different operations on the linked list, followed by the necessary arguments. The name used to declare the instruction to execute will be all in upper cases. Each new argument is in a new line of the file. Your program should go through the file and execute all the listed operations, and terminate when the end of file is reached. It is fair to assume that all calls will be in upper case letters and will always be separated by an empty line, even when the number of arguments is incorrect for the function call. The file terminates with new line and EOF Example 1 of input INSERT 03948 Tom Brady Physics 3.40 12 INSERT 03491 oe Flacco Chemistry

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!