Create a program that generates 1000 random D20 throws (numbers between 1 and 20). It should then display the luckiest and unluckiest numbers. All number counts should then be shown to for the user to verify the results.
Create a program that generates 1000 random D20 throws (numbers between 1 and 20). It should then display the luckiest and unluckiest numbers. All number counts should then be shown to for the user to verify the results.