[Solved]Write Assoc Takes Atom X List 1 Form Created Pair Previous Question Returns Second Element Q37239683
write assoc that takes an atom x and a list 1 of the formcreated by pair (in the previous question) and returns the secondelement of the first list in l whose first element is x.
Example: (assoc y ‘((x a) (y b) (z c))) returns b.
for Emacs
Expert Answer
Answer to write assoc that takes an atom x and a list 1 of the form created by pair (in the previous question) and returns the sec… . . .
OR

