#include using namespace std; static const int numTimes{100}; int * tossDice();//Toss the dice numTimes, return list of outputs (a pointer to the first element) int main() { for(int i=0; i