Write a function called Dice that calls random(n) where n is an integer.
Run the program several times to verify that the rolls are random.
Think about what values need to go into the random function to make sure it simulates areal dice (using flowgorithm to make flowchart).