cout << " Enter \'ROLL\' to roll the die " << endl; cin >> roll_die; do { srand(time(NULL)); die = rand() % 6 + 1; cout <