IDNLearn.com offers a seamless experience for finding and sharing knowledge. Ask any question and get a detailed, reliable answer from our community of experts.

in the student.cpp file and student.h file, build the student class with the following specifications: private data members string name double gpa public member functions setname() - sets the student's name getname() - returns the student's name setgpa() - sets the student's gpa getgpa() - returns the student's gpa ex. the output is: