Question: C# CODE Write a GUI program named PayrollGUI that prompts the user for a name, Social Security number, hourly pay rate, and number of hours
C# CODE
Write a GUI program named PayrollGUI that prompts the user for a name, Social Security number, hourly pay rate, and number of hours worked. In an attractive format, display all the input data as well as the following:
Gross pay, defined as hourly pay rate times hours worked
Federal withholding tax, defined as 15 percent of the gross pay
State withholding tax, defined as 5 percent of the gross pay
Net pay, defined as gross pay minus taxes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
