Using the Coin class defined in Chapter 5, write a program called Four Heads whose main method flips a coin until it gets four heads in a row.
Using the Coin class defined in Chapter 5, write a program called Four Heads whose main method flips a coin until it gets four heads in a row. Print the total number of flips needed to get four heads in a row.