// Gender.cpp defines the operations on enumeration Gender
// Author:
// Date:
///
#include "Gender.h"
#include <string>
using namespace std;
// replace this line with the definition of operator>>
// replace this line with the definition of operator<<
// replace this line with the definition of operator++ (prefix)
// replace this line with the definition of operator++ (postfix)
// replace this line with the definition of operator-- (prefix)
// replace this line with the definition of operator-- (postfix)