C++ Programming No. 2: Grading System The principal asks you to create a grading system. The program should allow teachers to input grades for each student, calculate average grades, and generate grade reports. Include functionality for adding new students, modifying grades, and computing statistics such as class averages and highest/lowest grades.



Answer :

Other Questions