Example #1
0
 public void lose() {
   strategy.study(false);
   loseCount++;
   gameCount++;
 }
Example #2
0
 public void win() {
   strategy.study(true);
   winCount++;
   gameCount++;
 }