Write a C program: Write a C program that simulates coin tossing. For each toss of the coin the program should print “HEADS” or “TAILS”. Let the program toss the coin 100 times and count the number of times each side of the coin appears. Print the results. The program should call a separate function “flip()” that takes no arguments and returns 0 for tails and 1 for heads. [Note: if the program realistically simulates the coin tossing, then each side of the coin should appear approximately half the time for a total of approximately 50 heads and 50 tails.]

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter6: User-defined Functions
Section: Chapter Questions
Problem 17PE
icon
Related questions
Question

Write a C program:

Write a C program that simulates coin tossing. For each toss of the coin the program should print “HEADS” or “TAILS”. Let the program toss the coin 100 times and count the number of times each side of the coin appears. Print the results. The program should call a separate function “flip()” that takes no arguments and returns 0 for tails and 1 for heads. [Note: if the program realistically simulates the coin tossing, then each side of the coin should appear approximately half the time for a total of approximately 50 heads and 50 tails.]

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
ADT and Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning