correct typos

This commit is contained in:
Juthatip McDevitt 2025-07-26 18:36:44 -05:00
parent 4d68d2668a
commit 0b389277e4

View file

@ -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))