CS1321 Fall AY2002 Homework 5 Due via Webwork before 6 a.m. Thursday Sept. 6, 2001 Note: Webwork will stop accepting this homework at that time - Turn it in well BEFORE then. No late homework accepted. ___________________________________________________________________________ =x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x%=x% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Instructions: TURN IN THIS ASSIGNMENT USING WEBWORK!!! Answer the questions below typing your answers into a text file. Name your file hw5.txt (all lowercase, and yes, exactly that name.) At the top of your file, include the student info portion of the HW Skeleton (Name, GT Number, HW, Course, Instructor, Lecture Time). 1. (define-struct book (title author ISBN)) 2. (define-struct dog (name breed rabies-tag-number gender)) 3. (define-struct car (make model year color)) For each of the structs defined above, enumerate the constructors and the selectors that each adds to Scheme.