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
~132 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for jam45

[CODE]#include <stdio.h> #include <math.h> #include <stdlib.h> int main () { int dice1; int dice2; int roll , count,counter ,a ; int long doubles [13] ={0}; float frequency=counter+100000000 ,c; float percentage=frequency/100000000, d; dice1 = rand() %6 + 1; dice2 = rand() %6 + 1; for (int roll = 1; roll <=100000000; …

Member Avatar for WaltP
-1
132