...

/

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

...