Program to test the Monty Hall Problem The program runs over 1000000 simulations of the monty hall program. It then outputs the percentage of times the first guess was correct, and the number of times the second guess was correct.
Since the program generates random numbers, the actual results vary each time
First Guess: 33.22% Second Guess: 66.78%