Write a program that prompts the user for a name, social security number, hourly pay rate , and the number of hours worked.
- Gross pay defined as hourly pay rate time hours worked.
- Federal withholding tax, defined 15% of the gross pay.
- State withholding tax defined as 5% of the gross pay.
- Net pay is defined as gross pay minus taxes.