Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.70K
~13.8K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for Tommybb

int getMode(int *movieWatched, int SIZE) { int modenum, oldnum, curntnum = -1, precount, count = 0; for(int e = 0; e < SIZE; e++) { precount = 0; oldnum = *(movieWatched + e); for (int n = 0; n < SIZE; n++) { if(curntnum == oldnum) oldnum = *(movieWatched + …

Member Avatar for G-Dog
0
14K

The End.