Challenge 2: Calculate Student's Total Marks
In this exercise, you have to calculate a student's total marks using the concept of Classes
We'll cover the following...
Problem Statement
Write a C++ class called student
with
-
private
member variables:-
name
(string
type) ...
-