Give the values returned by each of the following procedure calls in Dr. Racket: (define (foo x y) (+ x y (- x))) Expression:
(foo (- 2) 4)