Create a scholarship program that will choose a recipient based on the highest GPA using the following features.
Create a class of type student .
- Members will include: name, GPA, Rank (year)
- Make sure all data is private and a ll functions are public.
- Write member functions to:
- Set or initialize the data
- Display the data
- Compare the data (whoever has the highest GPA wins the scholarship)
- Announce the winner

- Write a program to declare two objects (people) of your new class and test each of the functions.

Lost and don't know where to start, plz help

Well, that is a start...anything helps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.