Question: In C+, Create a class ProjectScore. The constructor of the class should first accept an array of project scores as its argument. The constructor may

In C+, Create a class ProjectScore. The constructor of the class should first accept an array of project scores as its argument. The constructor may initialize or take user input only for 2 or 3 students and suppose the project has 5 modules to enter the score. The class should have a member function to calculate the average project score for each student. The range of score is from 1 - 100, and the program should throw an exception in case of invalid score. Write a driver program to test the functionality
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
