SICP Exercise 1.3

Exercise 1.3.  Define a procedure that takes three numbers as arguments and returns the sum of the squares of the two larger numbers.

SOLUTION

The code is here:

SICP Exercise 1.3

Comments

Popular posts from this blog

SICP Exercise 1.22 search-for-primes

SICP Exercise 4.2 Louis Reasoner eval

SICP Exercise 3.45 deadlock