Question: 1 . [ 2 0 points ] Instead of using two parallel arrays, use an array of structs and redo assign - ment 8 as

1.[20 points] Instead of using two parallel arrays, use an array of structs and redo assign-
ment 8 as follows:
struct studentType {
string name;
float grade;
};
Write a program grade.cc that allows to read from a file grade.in the last names
of the students and the list of grades received by each student. The list of grades is
terminated by the value -99.

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 Programming Questions!