Question: 4. Write a lisp function g that does the following. It takes two lists as parameters. List elements are integers. The function decides whether each
4. Write a lisp function g that does the following. It takes two lists as parameters. List elements are integers. The function decides whether each element of the first list is also an element of the second list. Some examples: (g(327) 1931072)) returns t, (g (92) (594)) returns nil
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
