Question: Need help with this c++ code here. Ill post the code below. If someone code help me out by posting steps maybe thatll be fine.

Need help with this c++ code here. Ill post the code below. If someone code help me out by posting steps maybe thatll be fine.

Need help with this c++ code here. Ill post the code below.

Here is the code below to modify. Thank you

If someone code help me out by posting steps maybe thatll be

fine. Here is the code below to modify. Thank you Modify the

Modify the below code to add a function to add the points for exams 1 and 2 Also create the student objects 2 and 3 as asked in the code. Test the average and total functions for all four student objects Feel free to optimize the code if you like. #include #include using namespace std; //Add a function that computes and returns the average of the two test results for a student class Stul f public: Stu1); Stul(string initName, int initPoints1, int initPoints2); void SetName (string stuName); string GetName) const; void SetPoints1(int stuPoints); int GetPoints1) const; void SetPoints2(int stuPoints); int GetPoints2() const; void printDetails(); double GetAveragePoints (int stuPoints1, int stuPoints2); //returns a value //add function/s to report the total points for the two exams for a student (Stu1 object) // Stu1) fcout

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!