Monty Hall problem: Difference between revisions

m
Line 681:
#include <time.h>
#include <math.h>
#define NumSim 1000000000 // one billion of simulations! using the Law of large numbers concept [[https://en.wikipedia.org/wiki/Law_of_large_numbers large numbers]]
 
void main() {
Line 709:
Output of one run:
 
<pre> After 1000000000 games, I won 333329011333332381 by staying. That is 33.332902333238%. and I won by switching 666670989666667619 That is 66.667098666762% </pre>
 
=={{header|C sharp|C#}}==
7

edits