Home » Computer Science » Artificial Intelligence

In LISP, the function X (x). (2x+l) would be rendered as

Correct Answer: (lambda (x) (+(*2 x)l))

Next Question→