Java Monte Carlo-style program performing repeated random sampling of Blackjack game simulations in order to determine the relative effectiveness of a variety of strategies, including a naive threshold-based strategy as well as an optimal lookup table-powered strategy.