CSC 160 Spring 2014 - CW3
Assigned M 3/24, Due M 3/31
DIRECTIONS
1) In the spirit of the pair
programming article that you read and summarized in HW5, this assignment is to be done in pairs of two students.
2) You must follow the Design Recipe in order. Do not start any step until you have completed all previous steps!
3) You need to submit one copy of your Definitions Pane through
Moodle with the filename "cw3[LastNames]Def.rkt". Make sure both names appear as a comment at the
top of the Definitions Pane.
THE ASSIGNMENT
[10 pts.] The bullseye
function produces a bulls eye style target
with two rings. It
takes in two numbers indicating the radii of the outer ring and the inner
disk and two strings representing the colors of the outer ring and the
inner disk. To design this function, complete the following
textbook exercises:
5.3.5, 5.4.5 (3 test cases), 5.8.4, 5.9.5, 5.11.4, and 5.12.1.
Last Modified: 3/26/14