Question: a.Create a class named Employee. Data members include the Employees ID number, first and last names, and hourly pay rate. Member functions include overloaded insertion
a.Create a class named Employee. Data members include the Employees ID number, first and last names, and hourly pay rate. Member functions include overloaded insertion and extraction operators. Continue to prompt the user for data for Employee sand write each Employee to a data file until the end-of-file is entered. Save the file as CreateEmployeeDataFile.cpp. b.Write a program that reads the Employee file and displays Employee data on the screen. Save the file as DisplayEmployeeData.cpp. c.Revise the CreateEmployeeFile application so the user is prompted for a filename for the output file. Execute the program twice, using different filenames to represent files of Employee data from the North and South divisions of the company. Save the file as RequestEmployeeFileName.cpp.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
