Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
1 Commented Post
0 Endorsements
~902 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for kimmyfufu

I am taking this class through devry and that is my assignment for week four and this is my second attempt at the class..but this is what i got for this assignment..program compiles properly and runs...with no errors..got it from code snippet stealing from other classmates lol [code]# include <iostream> …

Member Avatar for donkeylopulus
-3
517
Member Avatar for c++probeginner

I am working on the same assignment...and I am just as lost as you! Although you seem to be farther along than me. I started one..got a good way through it, but ended up with too many errors..so decided to start completely over..and now I am trying a different route..only …

Member Avatar for kimmyfufu
0
196
Member Avatar for raisedtozero

yeah i don't know...i just learned loops last week..and i bombed my assignment..got a big fat zero..so good luck!

Member Avatar for erikandr
0
84
Member Avatar for kimmyfufu

[code]#include <iostream> #include <string> #include <iomanip> using namespace std; //Function prototypes declared before main function void InputData(string playerNameAr[], int scoreAr[], int &numPlayersRef); void DisplayPlayerData(const string playerNameAr[], const int scoreAr[], int numPlayers); double CalculateAverageScore(const int scoreAr[], int numPlayers); void DisplayBelowAverage(const string playerNameAr[], const int scoreAr[], int numPlayers, double averageScore); // declaring …

Member Avatar for jonsca
0
105

The End.