
Start project 5 by writing the exception handling for part 1. This should be separate from the Get function in Date_Ops, but once you get this working for Part 1 of the project, you should be able to use much of this code for Part 2.
You should promt the user for a month number, year number and day number.
Each of these should be validated. That is all that is necessary for this lab.
In your project, once you have a set of valid numbers, you will pass them to
the IsValid function to find out if that combination is a valid date.
If you finish early, you may start writing the package.