Exercise 2: Students Average Marks
Calculate a student's average marks by using classes.
We'll cover the following...
Problem statement
Write a class Student that contains the following data members and member functions, and performs the following operations:
Private data members:
float...
Ask