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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started