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;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here