Write a Program that will ask the user to enter the Employee Name, the Hours Worked, and Hourly Rate.

Write a Program that will ask the user to enter the Employee Name, the Hours Worked, and Hourly Rate. The Program should then computer the Gross Pay, Federal Tax, State Tax, Total Tax and Net Pay. Assume the Federal Tax is 22% and the State Tax is 4%. The Program should display the Employee Name, Gross Pay, Total Tax and Net Pay.

Sample Output:

Here is Your Net Pay!
– – – – – – – – – – – – – — — – – – – —
Employee Name : James Jackson
Gross Pay : $ 5000.0
Total Tax : $ 1300.0
Net Pay : $ 3700.0