예제 #1
0
 public int getDealerScore()
 {
     return(Card.tallyPoints(dealerHand));
 }
예제 #2
0
 public int getScore()
 {
     return(Card.tallyPoints(Hand));
 }