Question: Create a C + + program that handle employees for a company. The employe UB 1 4 e data consists of: First Name and Last

"Create a C++ program that handle employees for a company. The employe UB14 e data consists of:
First Name and Last Name
Employee ID (example would be ID12345)
Employee Address (street, city, state, zip)
Employee Home Phone (XXX-XXX-XXXX)
Department (Values are ACCT, MKT, IS, SALES)
Office Number (example would be R234)
This program will perform the following tasks:
Get Employee Data from the keyboard and save in an Employee object (Create an Employee Class)
Read Employee Data from an external Text file into an Employee object
Store employees in an Employee Array
Write the Employee Array out to an external file
Allow the user to search the Employee Array by using last name or using Employee ID and display the employee data if found or display an error message if not found."

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!