This is a C++ language question. For this assignment, you will create a program to calculate your own GPA as well as ot
Posted: Thu Jul 14, 2022 2:12 pm
This is a C++ language question. For this assignment,you will create a program to calculate your own GPA as well asother student information using a student class. Initialize thevariables in the constructor as well as in set andget functions. You will first create pseudocode to outline thestructure of the program.