Scheme Exercises

back to exercise list       previous     next

Group:     Exercise: 21/48 

Count Evens of List:  Count the number of even integers in a list of integers.

Write a function (countEven L) that accepts a list of Integers, and returns the number of even integers in the list.