so far all i gotten was to show how many times it occurred but some of them are coming back in the thousands or the millions when the array was set to 100 times.
#include<iostream>
#include<ctime>
#include<cstdlib>
using namespace std;
int main(){
int dice[100];
int d1,d2,tot;
srand(time(0));
cout<<"ROLLS"<<endl;