Monty Hall problem: Difference between revisions

Content added Content deleted
Line 2,938: Line 2,938:


=={{header|Scilab}}==
=={{header|Scilab}}==
<lang Scilab>// How it works:
<lang>// How it works:
// MontyHall() is a function with argument switch:
// MontyHall() is a function with argument switch:
// it will be called 100000 times with switch=%T,
// it will be called 100000 times with switch=%T,