Question: Write a recursive predicate called odd? that takes a list as an argument and returns #t if every number in a list is odd, and
Write a recursive predicate called odd? that takes a list as an argument and returns #t if every number in a list is odd, and returns #f if any number in the list is even. If the list is empty, return #t
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
