Write a Windows forms application that simulates coin tossing. Let the program toss the coin each time the user press the toss button. Count the number of times each side of the coin appears display the results. The program should call a separate method Flip, which takes no arguments and returns False for tails and True for heads. Using visual basic.