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
~114 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for Mabalo

#include <iostream> #include <time.h> #include <stdlib.h> #include "/home/theodore/lotto" using namespace std; main () { srand(time(0)); int One, Two, Three, Four, Five; One = rand() % 35 + 1; Two = rand() % 35 + 1; Three = rand() % 35 + 1; Four = rand() % 35 + 1; Five …

Member Avatar for Unimportant
0
114