...

/

Exercise 2: Students Average Marks

Exercise 2: Students Average Marks

Calculate a student's average marks by using classes.

Problem statement

Write a class Student that contains the following data members and member functions, and performs the following operations:

  • Private data members:

    • float ...