Question: Write a C + + program to do the following: Create an array of structs that hold the information of 1 0 employees. Your program
Write a C program to do the following:
Create an array of structs that hold the information of employees.
Your program will provide a menu to the user. An example menu is given below:
Menu
Until the user chooses to exit, your program must display the menu after each process While testing your codes, we will enter at most employees' info.
According to the user's selection, your code will execute the necessary processes and modify the array.
The structure that you use for modeling an employee is :
Screen Shot at png
Each process related to the menu options must be coded in a function.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
