A Program to Computer Net Pay
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
– – – – – – – – – – – – – – – – – – — – – – –
Thank You for Your Service!
=========================
Rubrics:
1. Your information (10pts)
2. Inputs and helpful messages to the user (20 pts)
3. Process or calculation (20)
4. Output as the sample given above (15 pts)
5. Describe steps using comments (10 pts)
6. Program is running to give desired results (10 pts)
8. Using descriptive variables (10 pts)
7. Uploading the file (5 pts)