On Fri, Sep 14, 2012 at 6:26 PM, Ashley Fowler <afowl...@broncos.uncfsu.edu> wrote: > How would I make it so it will execute both numbers? >>(cube-two 3 4)
Ashley play around with it in the REPL first just to see how it works eg: > (* 3 3 3) 27 > ((λ (x) (* x x x)) 3) 27 > (list 27) '(27) > (list 27 59) '(27 59) Then write the function. ____________________ Racket Users list: http://lists.racket-lang.org/users