CSC 160 Spring 2014 - CW6
Assigned M 4/14, Due Same Day


DIRECTIONS
1) In the spirit of the pair programming article that you read and summarized in HW5, you may do this assignment in pairs of two students. Do not pair up with the same student as any of the previous CW or HW assignments!
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 "cw5[LastNames]Def.rkt". Make sure both names appear as a comment at the top of the Definitions Pane.


THE ASSIGNMENT
[10 pts.] Exercise 13.4.0: Use the Design Recipe (including Data Analysis) to develop a function kids-price? which takes in the age of a person and returns whether that person can enter a movie theatre with a child's ticket. (Assume that the movie considers children to be under age 12.)



Last Modified: 4/14/14