// person.h    You have to create this file yourself!


// @@@ Hints to get you started...  
// @@@ Remove all comments starting with @@@ before turning this in!

// @@@ Put something here to make the include file idempotent---something
// @@@ involving #ifndef, #define and a #endif at the end of the file.


// @@@ start with   class Person_C and an open brace



// @@@ You need a public part with member function prototypes


// @@@ You need a private part with data member declarations


// @@@ end with a closing brace.  Don't forget the semicolon after it!
// @@@ and don't forget the #endif at the end!

