Question: How can this be solved using a C++ Write a C++ program that prompts the user to input the number of times he/she wants to
How can this be solved using a C++
Write a C++ program that prompts the user to input the number of times he/she wants to simulate flipping of a coin" game. After the completion of all the rounds, the program should print the number of heads and tails occurred during the random trials. Since, each trial of the experiment will be random; the final results should be different at each run. Hint: You can use rand0 and srand0 built-in fiunctions to generate random numbers. Sample input / output: low many times do you want to toss the coin? 100e ipping a coin one nillon tines.. eads: 501? ails: 4983 Hou many tines do you want to toss the coin? 10000 ipping a coin one nillon tines.. Heads 4996 Tails: 5004
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
