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.
- Host: GitHub
- URL: https://github.com/h0nt3d/montyhallgame
- Owner: h0nt3d
- Created: 2025-01-07T19:35:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T17:42:42.000Z (over 1 year ago)
- Last Synced: 2025-01-22T18:33:05.434Z (over 1 year ago)
- Topics: chance, cpp, fun, logic, monty-hall-problem, personal-project, probability, random, simple-project
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MontyHallGame C++

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.