The George Washington University
School of Engineering and Applied Science
Department of Computer Science

CSci 51 -- Introduction to Computing -- Fall 2001
Lab #7
For labs meeting October 16 & 17, 2001


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.