Question: C++ test score. class has 20 students. The array should be 20 elements long. Try to use exception handling in the event invalid data is

C++

C++ test score. class has 20 students. The array should be 20

test score. class has 20 students. The array should be 20 elements long. Try to use exception handling in the event invalid data is found while reading the data file. Your program must contain at least the following functions: - A function to read the students' data into the structure array from a data file - A function to assign the relevant grade to each student. - A function to find the highest test score. - A function to print the names of the students having the highest test score. opening the input and output files, the function main should only be a collection of function calls. You create your test data text file but it should be no more than 20 rows of data which have 2 names and a test score. It may look something like this

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!