Question: 1 . [ 2 0 points ] Instead of using two parallel arrays, use an array of structs and redo assign - ment 8 as
points Instead of using two parallel arrays, use an array of structs and redo assign
ment 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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
