Question: Please Write it in C++ For our assignment, however, we will not necessarily be using pointers. We are going to enhance your student scholarship program
Please Write it in C++
For our assignment, however, we will not necessarily be using pointers. We are going to enhance your student scholarship program to hold an array of 3 students, and include member functions to compare the GPAs and announce the winner of the scholarship based on the highest score.
(You can place your class definition in a header file and "include" it in your program, but it isn't necessary. Instead build it in the program itself, and in the interest of easy debugging, I recommend you do that for this program.
You may wish to step up to this by simply comparing two of the objects at a time. Remember that an object can be the parameter (argument) to another object's member functions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
