Monty Hall problem: Difference between revisions

Content added Content deleted
m (→‎{{header|Sidef}}: updated code)
(→‎{{header|Kotlin}}: Updated example see https://github.com/dkandalov/rosettacode-kotlin for details)
Line 2,103:
=={{header|Kotlin}}==
{{trans|Java}}
<lang scala>// version 1.1.12
 
import java.util.Random