Question: USING C++ language Create a program that performs the following actions : Construct a structure Employee that consists of the following fields: ID, name, degree,
USING C++ language Create a program that performs the following actions : Construct a structure Employee that consists of the following fields: ID, name, degree, age. array fields .. -A function that receives an array of Employee type then fills the array fields from the user. -A function that receives an array of Employee type then prints the array fields. Inside the main function : Ask the user to specify the number of employees. Create a dynamic array of the size specified by the user for the employees. Send the array to the first function to fill its fields Send the array to the second function to print its fields
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
