Question: Write a function called flipCoin() which takes in no arguments and returns the following integer randomly: 1 being HEADS 2 being TAILS Your program will
Write a function called
flipCoin()
which takes in no arguments and returns the following integer
randomly:
1 being HEADS
2 being TAILS
Your program will ask the user how many times the coin should be flipped. Your program should then
call
flipCoin()
as many times, and then output the number of times HEADS landed and the number of
times TAILS landed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
