Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~374 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for hlmjohnson1981

I'm towards the end of my problem. I just need assistance when comparing classes. I'm trying to compare the two Grade point averages, and whoever has the highest, I would like to be announced or displayed. Any help or hint is appreciated... [code] #include<string> #include<iostream> using namespace std; //class of …

Member Avatar for tonytheking1
0
191
Member Avatar for hlmjohnson1981

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 …

Member Avatar for hlmjohnson1981
0
100
Member Avatar for hlmjohnson1981

Create a program that prompts the user for their first name, then displays it with asterisks between each letter. Do not include an asterisk in the beginning nor the end. For example, Sharon would be displayed as: S*h*a*r*o*n . Here is what I have so far: [CODE] #include <cmath> #include …

Member Avatar for Ancient Dragon
0
83