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
3
Posts with Downvotes
1
Downvoting Members
3
2 Commented Posts
0 Endorsements
Ranked #107.55K
~52.7K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for Bob

OKAY YOU NOOBS!!!!! HERE IS A MUCH SIMPLER THING TO DO!!!! #include <iostream> #include <cstdlib> using namespace std; int main() { int randomNumber = rand() % 100 + 1; // This would randomize the number from 1-100 cout << "The Random Number Is: " << randomNumber << endl; system("pause"); return …

Member Avatar for JamesCherrill
3
53K

The End.