Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 21 Online
OpenStudy (anonymous):

ps6- my solution part 1: http://dpaste.com/564595/

OpenStudy (anonymous):

ps6.4(part)-my solution http://dpaste.com/564598/

OpenStudy (anonymous):

I noticed that you don't have a single return statement in your function, which is a baaaaaaaad idea. A print statement will display a value, but will not only let the program continue to run, but also not give a program a value to use. For example, if a certain function calculates the better of two cars and prints but does not return the answer, then if you say goodCar = pickBetterCar(carA, carB), goodCar won't get an actual value. when you use functions in functions(like recursion) this will become extremely important

OpenStudy (anonymous):

indeed (see my answer to gothery ps6 above). you would need to return values if ps6.4(part) were inserted into the main program. prints were just to see it work..

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!