Question: C++ Programming Programming Assignment #3: Student CS Grade Database Description: This program will read a data file that will contain students' scores for 5 Computer
C++ Programming



Programming Assignment #3: Student CS Grade Database Description: This program will read a data file that will contain students' scores for 5 Computer Science (CS) tests. Each student record will contain his/her last name, first name, numeric student ID, student username, 5 test scores, average for these five scores, and grade for CS course. The file will be processed by the program and will produce a report The report contains seven parts 1) The students' usernames 2) The average score for each student's five tests. 3) The grade for each student's CS course. 4) The average CS Scores for the class. 5) The total number of students with grades A, B, C, D, and F 6) The sorted student names and IDs based on user choice: descending or ascending order of grades. 7) Search a student grade by entering student user name ID (See the attached sample input and output for example.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
