Adapt your dice program so that it will accumulate the results for multiple rolls of four10-sided dice.

This new program should initially work for unlimited rolls of the 3 dice.

The output should include percentages (as we discussed yesterday).

Stretch: once you have accomplished the above, try to get your output to print in reverse order.

A ten sided die has ten possible outcomes: 1, 2, 3, 4, 5, 6, 7, 8, 9, and 10