Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. namespace MontyHallProblem
  2. {
  3. class Program
  4. {
  5.  
  6. static void Main(string[] args)
  7. {
  8. MontyHall MontyHallObj = new MontyHall();
  9. MontyHallObj.Execute();
  10.  
  11. }
  12.  
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement