Create a function that should simulate a game involving the rolling of a standard six-sided dice between two players. The function takes in the integer number of rounds, which corresponds to how many games to play. Each game consists of both players rolling the dice five times each, whichever player has the highest average die roll from their five rolls wins the round.
+4
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Create a function that should simulate a game involving the rolling of a standard six-sided dice between two players. The function takes in ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Create a function that should simulate a game involving the rolling of a standard six-sided dice between two players. The function takes in the integer number of rounds, which corresponds to how many games to play.