Question: . Develop a C# app that will determine the gross pay for a few employees. The company pays straight time for the first 37 hours
. Develop a C# app that will determine the gross pay for a few employees. The company pays straight time for the first 37 hours worked by each employee and time-and-a-half for all hours worked in excess of 37 hours. Youre given a list of a few employees of the company, the number of hours each employee worked last week and the hourly rate of each employee (get them from the user). (do not use array) Your app should input this information for each employee, then should determine and display the employees gross pay and net pay (declare the tax percent as a constant to use it for the net pay calculation). Use method(s) and make sure values are passed by reference. Use placeholders { } to print. Validate user inputs.
Step by Step Solution
There are 3 Steps involved in it
To develop a C application for calculating the gross and net pay of employees we need to follow thes... View full answer
Get step-by-step solutions from verified subject matter experts
