The government’s quest to fight COVID-19 has led to the establishment of a PPE production factory in the Greater Accra region. The factory is classified as a high risk working environment and the workers are paid an hourly rate of GHs 30 for regular hours per week and any extra hours are paid one and one-half times that of the regular hours. From the worker’s gross pay, 6% is withheld for social security. 7% is withheld for tax and 3% is held for union dues. Each employee is supposed to work for 40 hours for normal time per week and a maximum of 20 extra hours per week. Write a JAVA program that will: a) request for the number of hours worked in a week. b) compute the weekly wage, social security, tax and dependents insurance (if any) c) display the results in “b” above. Note using java
The government’s quest to fight COVID-19 has led to the establishment of a PPE production factory in the Greater Accra region. The factory is classified as a high risk working environment and the workers are paid an hourly rate of GHs 30 for regular hours per week and any extra hours are paid one and one-half times that of the regular hours. From the worker’s gross pay, 6% is withheld for social security. 7% is withheld for tax and 3% is held for union dues. Each employee is supposed to work for 40 hours for normal time per week and a maximum of 20 extra hours per week. Write a JAVA program that will:
a) request for the number of hours worked in a week.
b) compute the weekly wage, social security, tax and dependents insurance (if any)
c) display the results in “b” above.
Note using java
Step by step
Solved in 4 steps with 2 images