2324252627282930313233
aGame.addPlayer("Sue"); do { int diceCast = rand.nextInt(5) + 1; aGame.moveCurrentPlayerWith(diceCast); boolean correctAnswer = rand.nextInt(9) != 7; if (correctAnswer) { notAWinner = aGame.currentPlayerGaveCorrectAnswer(); } else {