Tagged Questions
0
votes
1answer
353 views
Having trouble adding every other odd element in a list in Scheme
I'm trying to add all the odd elements in the list.
I can't figure out what is wrong. It will work for a list of all odds, but causes an error if there is even a single even number -- it says that ...