Question: Write a C++ program using C++ Classes, Structure, Arrays, Vectors, Functions, Pointers, Advance File IO and C++ STL to do the following: Display a Main

 Write a C++ program using C++ Classes, Structure, Arrays, Vectors, Functions,

Write a C++ program using C++ Classes, Structure, Arrays, Vectors, Functions, Pointers, Advance File IO and C++ STL to do the following: Display a Main Menu below with Menu options and your company heading to calculate weekly payroll data. Also your name must be in the program code A. Read Employee data from the file below Employee information, the Hours worked and rate of Pay B. Calculate payroll tax (NYC is 18.5%) and Net Pay C. Write to an out file and Screen with the sorted output of processed payroll data D. Print out an employee checks E. Find and Display payroll information based on an Emp ID F. Exit Please use the following data to create a text file for Employee Information (Could have multiple files to process) EmpID Name HoursWk RateofPay 1011 Jane Smith 25 54.75 1012 Jeany Smith 43 44.50 1013 Jimmy Smith 37 49.60 1014 John Smith 42 52.50 You must upload the .h, .cpp files, outdata file, picture of working program - jpg, png, bmp (upload all individual files same time, do not zip files) Your name must be in the code and remember comments. Plan your program before you begin. Your coding must be original. DO NOT COPY CODE

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!