CSE142 01spr HW#2 README file Name: Student ID: Section: Approximate hours spent: Acknowledgment of help received: Part A questions: * If we changed this problem so that there were four doors rather than three, how much more difficult would the program be to write? * Describe some function which (if someone else had written it for you) would make writing a program with four doors (or five, or more) easier. Why would it help? Part B questions: * What's the most insightful or interesting question you thought of, asked, or heard asked about this assignment? If it was a question you heard, make sure you attribute the source! Explain briefly why this was such a good question and what you think the (an?) answer is. * What did you enjoy about this assignment? What did you hate? Could we have done anything to make it better (either the assignment itself or the way we handled handing it out, clarifying it, or turnin procedure)? * Finally, perform an experiment to determine the best strategy (switch or keep) and write up the results of your tests in your README.txt file: #games switch keep ------ ---- 1 10 100 1000 10000 * What do you think the odds of winning are with each strategy? Which one should Stewe and Marvin use?