Question: Write a static method named flip that simulates a flip of a weighted coin by returning either heads or tails each time it is called.
Write a static method named flip that simulates a flip of a weighted coin by returning either "heads" or "tails" each time it is called. The coin is twice as likely to turn up heads as tails. Thus, flipshould return "heads" about twice as often as it returns "tails."
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
