Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Setting the random seed to a fixed value allows you to get predictable results every time, but it does not allow for a very interesting
Setting the random seed to a fixed value allows you to get predictable results every time, but it does not allow for a very interesting dice game. Comment the line back out so you have a random roll of the dice again.
Try modifying your code to use or sided dice.
Then, modify your code to ask the user how many sides their two dice have. Even though you couldnt build fair or sided dice physically, with digital dice you could use them.
You need to ask for how many sides each dice has. This means two inputs for two dice!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started