Question: Complete the following javascript coding exercise.You have to use DOM Interrogation, HTML Inputs and Functions with parameters. I have given you the starting html code
Complete the following javascript coding exercise.You have to use DOM Interrogation, HTML Inputs and Functions with parameters. I have given you the starting html code below.
(payrollform) Payroll calculator:
a. Use the HTML code printed below
b. Ask for hours worked for each day of the week (HTML Inputs)
b. Ask for the tax rate of the employee (Single 22% or Family 18%) (Drop Down)
c. Calculate the gross pay for the entire week, the tax amount, and the net pay using functions with parameters.
d. Output text into the feedback div that shows Name, total hours, tax amount and net pay .
Payroll Calculator
Payroll Calculator
Paycheck Summary
Enter your information above to calculate your paycheck.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
