LAB #1: The Coin Game

Extra credit
Loop the number of time that the game is played
In CoinGame keep track how many times each player wins
In CoinGame keep track of the total winnings for each player
Write a method public void printFinalResults() in the CoinGame class that will show these stats
Call the new method outside the loop in CoinGameTest