Using CoinFilp to create a new class. Design and implement a driver class call CountFlips whose main method flips a coin 100 times and counts how many times each side comes up. Print the results. A satisfactory output will look like this:
run:
The number flips: 100
The number of heads: 61
The number of tails: 39
BUILD SUCCESSFUL (total time: 0 seconds)