Question: Language is C++ Student Grade Problem: Write a program that will read a students' (i) record and (ii) class from a data file and display

 Language is C++ Student Grade Problem: Write a program that will

Language is C++

Student Grade Problem: Write a program that will read a students' (i) record and (ii) class from a data file and display it on the screen as well as create an output file. The data file has students' name, and five test scores. The program should display a letter grade for the average test score. Solve the problem using (i) array, (ii) structure, and (iii) class. Use the following input file: Input file: [Use functions getdata 0 to accept name \& scores, calcAverage 0 to find average of the scores, determine Grade0 to find letter grade, and showOutput0 to display student's record.] Add the following activities for the above program: - linearsearch(....) to search a name or total score of a student - binarysearch(....) to search a name or total score of a student - bubblesort(....) to sort by name or total score of a student - selectionSort(....) to sort by name or total score of a student

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!