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

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

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!