👤

Exercise 6.8.6: Totals of Lots of Rolls 5 points
Use the previous program that rolls a 6-sided die 100 times.

This time, instead of printing out the result of EACH roll, only print out the sum of the rolls for each number.

For example:

You rolled 24 ones.
You rolled 15 twos.

etc.

Write down the summary from one of the simulations to use in the next exercise.

Help plz