Solution to SICP Exercise 2.7 A solution to Exercise 2.7: (define (upper-bound interval) (cdr interval)) (define (lower-bound interval) (car interval)) Share this:TwitterFacebookLike this:Like Loading...