This is what I have so far
(define find_min2 (lambda (x y) (if ( < x y ) x y ) ) ) (define find_min (lambda (x) (if ( = x 0) (if ( < x 0) (display x ) (display 0 ) ) ((define y read) (if ( = (find_min2 x y ) x) (find_min x) (find_min y))) ) ) )However it doesn't run. I'm not sure how to assign what I read in, to a variable. It crashes on the line "(define y read)"


Sign In
Create Account

Back to top









