Design a die class that can hold an integer from 1 to 6. use the dice class to create a dice game. in this game, the user chooses a number between 2 and 12 inclusive. the user rolls two dice up to three times. if the number chosen by the user comes up within three rolls, the user wins and the game ends. if the number does not come up within three rolls, computer wins. The main method needs to be as clean as possible.