Exercises

September 15, 2006

To ensure that you receive appropriate laboratory credit, for each exercise make sure that I have looked at your source code and seen a demonstration of your working program.
  1. Implement and test a function that takes as input an integer and returns the month corresponding to that integer. For example, an input of 3 should yield the result "March". Make sure to handle all error conditions.

Sami Rollins