Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a C + + program using C + + Classes, Structure, Arrays, Vectors, Functions, Pointers, Advance File IO and C + + STL to
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. 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 NY is social security tax and Net Pay for each employee.
C Write to an out file and Screen with the sorted output by First name of processed payroll data
D Print out employee checks
E Print Employer Social Security Total Tax and Total Payroll
F Find and Display payroll information based on an Emp ID
G Exit
Please use the following data to create a text file for Employee Information Could have multiple files to process
EmpID Name HoursWk RateofPay
Jane Smith
Jean Smith
Jim Smith
John Smith
Jon Smith
Note: You must use header file. Overtime is time and a half over hours. The current tax rate for social security is for the employer and for the employee, or total.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started