Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Simply store the files in your turnin SVN repository to submit this program as you did for Assignments 1 and 2.   In contrast to Assignments 1 and 2 where you could put the programs for all problems in the single file (HW01.rkt for Assignment 1 and HW02.rkt for Assignment 2).  To do this assignment via Owl-Space In contrast to the previous assignments, submit , you must store the solution to each problem in a separate .ssrkt file: 1.ss, 2.ss, 3.ss, and 4.ss (if you do the dothe extra credit problem). Unfortunately, none of the languages supported by DrScheme will allow these files to be combined. The Pretty Big Scheme language allows top-level indentifiers (functions and variables) to be redefined, but it does not support check-expect. All of the student languages--the only ones that support check-expect--prohibit redefinition.

...