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, flip should return "heads" about twice as often as it returns "tails."