InterviewSolution
Saved Bookmarks
| 1. |
In LISP, the function returns t if is even and nil otherwise ___________(a) (evenp )(b) (even )(c) (numeven )(d) (numnevenp )I have been asked this question in my homework.This intriguing question originated from Expert Systems topic in section Uncertain Knowledge and Reasoning of Artificial Intelligence |
|
Answer» CORRECT OPTION is (a) (evenp For explanation I WOULD say: None. |
|