Question: Write a c + + program. The program should define a struct called person which consists of character arrays for first and last names, a

Write a c++ program.
The program should define a struct called person which consists of character arrays for first and last names, a float for age, and an integer array for social security number. The program also defines a struct called employee, which consists of an integer for the employee number, a float for hourly wage, a person to hold the persons personal information, and a string array to hold the persons job title. The main program then declares an array of 10 employees, allows the user the option to enter any or all the information for each employee (up to ten), and prints the available information for a given employee. The program should continue looping taking in information and printing out information until the user chooses to quit.

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 Programming Questions!