Post Lab 10: Rolling a Pair of Dice

Due Friday, November 13, 2009

In this assignment you will write a PairOfDice class (in file PairOfDice.java) and then use it in a program (PlayGame.java) with a loop.

The PairOfDice class must meet the following specifications:

Instance data: Two Die objects (die1 and die2). You need to save the class Die.java from your textbook (it is on pages 176-177 - an example program that uses Die objects is on page 175). Do not change Die.java - just use it. For example, you will declare the two instance variables die1 and die2 to be of type Die.

Methods:

Write a program PlayGame that does the following:

Hand In: