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