I need help in coding this practice problem using fundamentals of C.
Write a program that will determine the additional state tax owed by an employee.The state charges a 4% tax on net income. Net income is determined by subtracting aP/ 3000.00 for each dependent on gross income. Your program segment will readgross income, number of dependents, and tax amount already deducted. It will thencompute the actual tax owed and print the difference between tax owed and taxdeducted followed by the message 'SEND CHECK' or 'REFUND' depending onwhether this difference is positive or negative.
No use of arrays is allowed. Only use of #include is allowed
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here