(current-directory "c:/program files/plt/") (load "initdr.scm")
(/ 17 7) (+ (* 3 5) (/ 14 2)) (- 14 3) (/ 17 -7) (truncate (/ 17 7)) (/ 17 7.0) (modulo 17 7) (sin 0.75) (atan 3 4) (sqrt -5) (if (> 3 4) (+ 3 4) (* 3 4))Turn in a printout of your interactions showing what you typed in to the Scheme Interpreter and the results you received. This assignment is easy; it requires you to start using Scheme and to learn how to print out your assignments. Name the four different kinds of numbers that you observe in the results of the above expressions.
Philo T. Farnsworth |