Class 9 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Write test cases and the definition for the function described by the following signature and purpose:

;; in-list?:  ListOfString String -> Boolean
;; returns true if the given string occurs in the list of string,
;; and returns false otherwise