Joined
Last Seen
-1 Reputation Points
- 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
0 Endorsements
Ranked #107.70K
1 Posted Topic
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 + …
The End.
G-Dog