6.8

Assignment 9

home work!

Programming Language BSL

Due Date Friday 2/10 at 6:00pm

Possible Points 28

Purpose To design functions that process lists of compound data.

Graded Exercises

Every new piece of data requires the four steps of the design recipe for new data.

Every new function requires the four steps of the design recipe for functions.

Exercise 1 An assignment has a due date and a list of exercises. Design a data definition that encapsulates this information.

Exercise 2 Given a date and a list of assignments, output the list of exercises due before that date.