Coin Toss
Write a method named coinToss that simulates the tossing of a coin. When you call the method, it should generate a random number in the range of 0 through 1. If the random number is 0, the method should display “heads.” If the random number is 1, the method should display “tails.” Demonstrate the method in a program that asks the user for the number of times that the coin should be tossed, and then simulates the tossing of the coin that number of times.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.