Question: Write a function f6 that returns the list containing every other element of a list. Example:(f6 (c (a b) d (x y)(a) b)) returns (c
Write a function f6 that returns the list containing every other element of a list. Example:(f6 (c (a b) d (x y)(a) b)) returns (c d (a))
using lisp setq function may not be used
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
