Question: C++ program Create a class called student which is described by name, id, phone number, GPA, date of birth, and the student grades in the
Create a class called student which is described by name, id, phone number, GPA, date of birth, and the student grades in the 5 subjects Your class should have the needed constructor and a needed setters and getters where the grades range should be from 0 to 100 and GPA should range from 1 to 4. Also there should be a function that prints student data and calculates his GPA according to the grades
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
