A class called TripleDice, composed of three Die objects. Include methods to set and get the individual die values, a method to roll the dice, and a method that returns the current sum of the three die values. Include a static main method in TripleDice so that it can instantiate and use a TripleDice object to illustrate all the features in the class.