Your PairOfDice objects have the exposed methods int SumOfFaces(), void Roll() and bool isDoubles(). You can use these to carry out all the needed functions. For example, to "roll the dice" you can...