Question: Create a dice game that uses a six-sided die.
Each time the program runs use random numbers to assign value to a die variable.
Using switch statements print the face of the die based on the value obtained.
You need to implement this problem. I cannot seem to get this to work for some reason could somebody provide me a code to compare and test?