Question: Use basic Java concepts such as array, loops, if statements I am designing a game in Java, and the game in the beginning requires players
Use basic Java concepts such as array, loops, if statements
I am designing a game in Java, and the game in the beginning requires players (2-4 players) to throw dice to determine the order of playing. If players get the same value of dice, then they have to do another round between themselves until a winner is determined, and the whole method concludes when an order is determined. There is already a flipDice() methods implemented which can be used.
PLEASE do not use java.util.Maps or other advanced concepts.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
