Question: in C++ please and ise the function string HeadsOrTails() 7.25 LAB: Flip a coin Write a program that simulates flipping a coin to make decisions.

in C++ please and ise the function string HeadsOrTails()
in C++ please and ise the function string HeadsOrTails() 7.25 LAB: Flip

7.25 LAB: Flip a coin Write a program that simulates flipping a coin to make decisions. The input is how many decisions are needed, and the output is either heads or fails. Assume the input is a value greater than 0. Ex If the input is 3 the output is head heads For reproducibility needed for auto grading, need the program with a value of 2. In a real program, you would seed with the current time. In that case, every program's output would be different, which is what is desired but can't be auto-graded Note: A common student mistake is to call srand) before each call to rando). But seeding should only be done once at the start of the program, after which rando) can be called any number of times Your program must define and call the following function that randomly picks 0 or 1 and returns "heads or tailsAssume the value o represents "heads' and 1 represents tails string HeadsOrTails)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!