a simple yahtzee game

I have to write code for one round of yahtzee with 3 rolls. I've gotten it to generate and display random numbers but I need help on how to be able to hold the dice of the user's choosing and keep them from being rolled again.
Last edited on
Try using an array. Each value in the array represents a dice number.
Topic archived. No new replies allowed.