Okay, I have 5 dice(an Array(5)) and I need to check for a full house (3 of one value and 2 of another)
Does anybody have a clever idea on how to check for that, otherwise I'm going to have to code a lot of
IF\THENs checking if 3 dice match and the other 2 match in multiple combos. seems to me there should
be an easier way but I can't think of any.
(if somebody[Odin] can think of a better title for this thread feel free)