An open API service indexing awesome lists of open source software.

https://github.com/h0nt3d/montyhallgame

A simple program written to simulate the Monty Hall Problem in a game.
https://github.com/h0nt3d/montyhallgame

chance cpp fun logic monty-hall-problem personal-project probability random simple-project

Last synced: 11 months ago
JSON representation

A simple program written to simulate the Monty Hall Problem in a game.

Awesome Lists containing this project

README

          

# MontyHallGame C++

![alt text](https://github.com/h0nt3d/MontyHallGame/blob/main/images/door.jpg?raw=true)

A simple program written to simulate the Monty Hall Problem in a game.

The monty hall problem can be observed where we have 3 choices to make and 1 out of the 3 is the only correct choice. After making a first choice, we are then revealed a wrong choice out of the 3 choices and we are given a chance to change our choice or switch to the other.