Question: C# VISUAL BASIC Write a program named Payroll that prompts the user for a name, Social Security number, hourly pay rate, and number of hours
C# VISUAL BASIC
Write a program named Payroll 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
