Question: NEEDED IN C# Create a C# console application to calculate gross pay. Workers in a company work 40 hours per week. Any hours more than
NEEDED IN C#
Create a C# console application to calculate gross pay. Workers in a company work 40 hours per week. Any hours more than 40 will be considered as overtime work. The program should ask for three things: the number of hours the worker has worked this week, the pay rate for each regular hour of work and the pay rate for each overtime hour. The program should display three things: the base pay (i.e. the total pay for regular hours), the overtime pay (i.e. the total pay for overtime hours) and the gross pay (the total of base pay and overtime pay).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
