#ifndef EMPLOYEE_H//if not defined //Cmp #include #include "employee.h" using namespace std; int main () { Employee emp1; // char _ssn; cout << "Please enter your Social Security Number." << endl; // cout << _ssn; return 0; } #endif // MECHANICBIL