This method sets the current playerIn state to false
@ -89,4 +89,8 @@ public class BlackJack {
return false;
}
public void playerOut() {
this.playerIn = false;