public class DiceGame { public static void main(String[] args) { Dice dice = new Dice(); dice.play(); } }