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