Write a function remove-num that takes a list and returns


Problem

Write a function REMOVE-NUM that takes a list and returns a list consisting of the original list with all numeric atoms removed. Examples: (REMOVE-NUM '(2 A 6 B 1 C 7 D)) returns the list (A B C D) (REMOVE-NUM '(3 A 4 B (1 E) 7 D)) returns the list (A B (E) D).

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: Write a function remove-num that takes a list and returns
Reference No:- TGS03233112

Expected delivery within 24 Hours