This section will show you how to make a class that does a bit more than just store values like the earlier Name class.
1 - Complete the tutorial on how to make a class to represent a die. Be sure to test/use each method and constructor in a program to ensure that it works.
The solution can be found here: https://github.com/AldworthClass/Making-Dice
2 - Try to add some of the extra features listed in the Things to Try section of the tutorial.
3 - Complete the programming assignment specified below. Use your Die class.
1 - Submit the assignment specified below.