Question: please help in scheme 3-You should write a procedure that takes two arguments, a function and a list. The procedure then applies the given function
please help in scheme

3-You should write a procedure that takes two arguments, a function and a list. The procedure then applies the given function to each element of the list, then returning a new list containing each result. (new-list abs (list -10 2.5 -11.6 17)) returns '(10 2.5 11.6 17)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
