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
~1K People Reached
About Me

Check out our blog @ http://preacherdub.weebly.com

Just a plain ordinary guy, nothing fancy. A true friend to the very end and I expect the same in return.

Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for DUB1799

Hello, I'm trying to write a program that will allow the user to choose the sum of the dice and also the number of times the dice can be rolled. Here is the program #include <iostream> #include <cstdlib> #include <ctime> #include <string> using namespace std; int rollDice(int num); int Main() …

Member Avatar for vmanes
0
1K