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
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