Write a JavaScript code that calculate that a Turkish Citizen federal taxes, state taxes, social security, Medicare and yearly netpay. Formula: federalTaxes = grossPay * .0525; stateTaxes = grossPay *...


Write a JavaScript code that calculate that a Turkish Citizen federal taxes, state taxes, social security,


Medicare and yearly netpay.



Formula:



federalTaxes = grossPay * .0525;


stateTaxes = grossPay * .0321;


socialsecurity = grossPay * .065;


medicare = grossPay * .005;


netPay = grossPay - federalTaxes;




Note: You are to take payrate and hoursworked as an input from form using getElementByTagname grossPay = payRate * hoursworked;



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here