correct typos
This commit is contained in:
parent
4d68d2668a
commit
0b389277e4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
(sum-of-the-squares-of-two-largest 4 2 1) ;the result is 20
|
||||
|
||||
;what if we we want the sum of of the squares of the smallest nubers???
|
||||
;what if we want the sum of the squares of the smallest nubers???
|
||||
|
||||
(define (sum-of-the-squares-of-two-smallest x y z) ;define function that will take all input
|
||||
(define (squares a) (* a a))
|
||||
|
|
Loading…
Add table
Reference in a new issue