Prerequisites: Basic course part I
Ask the user how many dice n they want to roll. Then randomize n numbers between 1 and 6 and sum them up. Print the result (only the number).
Feel free to test many dice. Does the sum match what you expect?
-- Output from your program will be here --