Esempio n. 1
0
 private int getBHandScore()//get the score of the bankers hand
 {
     return(_BHand.getScore());
 }
Esempio n. 2
0
 private int getPHandScore()//get the score of the players hand
 {
     return(_PHand.getScore());
 }