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 

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

1 Expert Approved Answer
Step: 1 Unlock

C program to create and test marks class include using namespace std class marks privat... View full answer

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 Computer Engineering Questions!