Question: Write a class marks with three data members to store three marks.Write three member functions, set_marks() to input marks, sum() to calculate and return
Write a class marks with three data members to store three marks.Write three member functions, set_marks() to input marks, sum() to calculate and return the sum and avg() to calculate and return average marks. "Using C++"
Step by Step Solution
3.40 Rating (153 Votes )
There are 3 Steps involved in it
C program to create and test marks class include using namespace std class marks privat... View full answer
Get step-by-step solutions from verified subject matter experts
