Question: Write an application that simulates coin tossing. Let the program toss a coin each time the user chooses the Toss Coin menu option. Count the
Write an application that simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate method flip that takes no arguments and returns a value from a Coin enum (HEADS and TAILS). [Note: If the program realistically simulates coin tossing, each side of the coin should appear approximately half the time.
Step by Step Solution
3.45 Rating (152 Votes )
There are 3 Steps involved in it
Here is a simple Java application illustrating how to simulate coin tossing The program will ask the ... View full answer
Get step-by-step solutions from verified subject matter experts
