...

/

Exercise: Count Even Integers in a List

Exercise: Count Even Integers in a List

Use pattern matching to count the number of even integers in a list.

Problem Statement

You must implement the countEven() function which counts the number of even integers in a list. Since a ...