Question: Make the code for C++ using CLion and make sure you start off with #include 16.2 Program 2 - Ditterent Category Employee Payment Application Write
Make the code for C++ using CLion and make sure you start off with #include
16.2 Program 2 - Ditterent Category Employee Payment Application Write a program to compute the weekly pay for each employee. You do not know the number of employees in advance. Each type of employee has its own pay code: Managers have paycode 1 , hourly workers have code 2 , commission workers have code 3 and pieceworkers have code 4. Use a switch to compute each employee's pay based on that employee's paycode. Within the switch, prompt the user (i.e., the payroll clerk) to enter the appropriate facts your program needs to calculate each employee's pay based on that employee's paycode
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
