Develop a program that implements a C++ class “Student” withfollowing data members
Age
Roll Number
GPA
markSubject1
marksSubject2
marksSubject3
The class should define a method/function to calculatepercentage from marks obtained in three subjects.
Finally, you’ll create objects of Student class, initializetheir data members through set and get functions, calculatepercentages, determine grades and print summary in the end.
Expert Answer
An answer will be send to you shortly. . . . .