| Author |
Comment/Response |
Tim Cooper
|
02/22/07 2:33pm
trying to write a recursive procedure that counts the number of even numbers and odd numbers in a list and returns {e,o}. It works as a function with three arguments: list, init, init but when I try it using a Module it fails to return {e,o}. I have attached both attempts in a notebook...
Attachment: recursion helper.nb, URL: , |
|