Dice are used in many games. One die can be thrown to randomly show a value from 1
through 6.Design a Die class that can hold an integer data field for a value (from1 to 6).
Include a constructor...