map
procedure or any of the for
procedures. For each you may assume that all input is valid.
average
that takes a list of numbers and evaluates to the average of the numbers.sort
that takes a list of numbers and evaluates to the same list of numbers in sorted ascending order.median
that takes a list of numbers and evaluates to the median of the numbers.Submission: Submit a scheme file containing your code on the course blackboard site.