Due: Thursday 9/18 10:00am
Submission name: work06.rkt
Quiz Friday to cover skills 1, 2 and 3
- If you have completed assignments 3, 4 and 5, you will have written a total of 11 functions.
- If you did not get all of these working, you can find them in the newly published solutions repository.
- Using either your work or the solutions provided, collect all 11 functions into a single racket program.
- Add what is needed so every function has the following:
- A contract following the format we’ve been using.
- Test cases.
- Desciptive output that uses the
display
function