Question: 2) [42] Write a program to manage the grades of students in a class. To represent the information of each student define a structure type

 2) [42] Write a program to manage the grades of studentsin a class. To represent the information of each student define astructure type named student. The members of this structure should be: 1.2. 3. 4. 5. 6. an integer that represents the student's IDnumber, an array of 15 characters storing the first name, an array

2) [42] Write a program to manage the grades of students in a class. To represent the information of each student define a structure type named student. The members of this structure should be: 1. 2. 3. 4. 5. 6. an integer that represents the student's ID number, an array of 15 characters storing the first name, an array of 15 characters storing the last name, an integer that represents the project 1 grade an integer that represents the project 2 grade, a floating point representing the final course grade To store the list of students use an array of pointers of type student*. Each pointer in the array has to point to a structure variable of type student representing the information of one student. The array has to be SORTED in increasing order of students' ID numbers

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!