karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.58k stars 10.52k forks source link

Project Idea - Coin Flip Simulation #40

Closed ghost closed 10 years ago

ghost commented 10 years ago

Write some code that simulates flipping a single coin however many times the user decides. The code should record the outcomes and count the number of tails and heads.

Here's my solution.

karan commented 10 years ago

Good idea. I'll add this to the readme soon.