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