Question: Has to be written in C#. Write a Windows Forms application that calculates and prints the take-home pay for a commissioned sales employee. Allow the
Has to be written in C#. Write a Windows Forms application that calculates and prints the take-home pay for a commissioned sales employee. Allow the user to enter values for the name of the employee and the sales amount for the week. Employees receive 7% of the total sales. Federal tax rate is 18%. Retirement contribution is 15%. Social Security tax rate is 9%. Use appropriate constants. Write Input, Display, and Calculate methods. Your final output should display all calculated values,
including the total deductions and all defined constants.
output should look like this:

Employee name Employees total weekly sales: Federal tax (18%): Retirement contribution (15%) Social Security (9%)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
