(evenp <integer>)
(even <integer>)
(numeven <integer>)
(numnevenp <integer>) E. None of the above
Answer is Right!
Answer is Wrong!
The correct answer is A. (evenp
The function (evenp
The function (even
The function (numeven
The function (numnevenp
Here is an example of how to use the function (evenp
(evenp 2) => t
(evenp 3) => nil
(evenp 0) => t