simulate a pair of dice.

123456789101112
  1. #BlueJ class context
  2. comment0.target=Dice
  3. comment1.params=
  4. comment1.target=Dice()
  5. comment2.params=numberOfDice
  6. comment2.target=Dice(int)
  7. comment3.params=
  8. comment3.target=java.lang.Integer\ roll()
  9. comment4.params=numberOfRolls
  10. comment4.target=java.lang.Integer\ roll(int)
  11. numComments=5