(Coin Tossing) Write an app that simulates coin tossing. Let the program toss the coin each time the user presses 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. Use the head and tail images provided in the Images folder with this chapter’s examples. [Note: If the program simulates the coin tossing realistically, each side of the coin should appear approximately half the time.]
Write program in visual Basic