Question: (C++) Create a student class that will store important information about a student. A client file needs to be created to test the class by
(C++) Create a student class that will store important information about a student. A client file needs to be created to test the class by displaying to the screen all the attributes and display all classes that match a user requested grade.
- Class Name: Student
- Attributes:
- Students name
- Students id
- Classes the student has taken. ( less than 100)
- Grades for the classes
- Semester each class was taken
- GPA
- Attributes:
Methods:
- Get and set methods for all attributes except GPA
- Get method for GPA
- Calculate GPA and find all classes that match a user requested graded .


I

co be created to test the class by displaying to the screen all the attributes ar all classes that match a user requested grade. 'O Class Name: Student Attributes: Student's name Student's id Classes the student has taken. ( less than 100) Grades for the classes Semester each class was taken GPA Methods: Get and set methods for all attributes except GPA Get method for GPA Calculate GPA Create a student class that will store important information about a needs to be created to test the class by displaying to the screen all t display all classes that match a user requested grade. Class Name: Student Attributes: Student's name Student's id Classes the student has taken. ( less than Grades for the classes Semester each class was taken GPA Methods: Get and set methods for all attributes exce Get method for GPA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
