Monty Hall problem: Difference between revisions

Content added Content deleted
Line 674: Line 674:
=={{header|C}}==
=={{header|C}}==


<syntaxhighlight lang="c">//Evidence of the Monty Hall solution.
<syntaxhighlight lang="c">//Evidence of the Monty Hall solution of marquinho1986 in C


#include <stdlib.h>
#include <stdlib.h>