Question: Create a c++ program that contains a class 'Employee' that has members employee_name and employee_ssn both of type string. Write a driver that inputs from

Create a c++ program that contains a class 'Employee' that has members employee_name and employee_ssn both of type string. Write a driver that inputs from the keyboard the total number of employees you would like to enter in the array, then this creates a dynamic array of type Employee and inputs the information for each employee (for this, just the name and ssn). Once you populate the array (stores the inputed information), display the arrays content.

Remember to delete the dynamic array pointer before exiting the program.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!