Write a programc++ which read the salary and employee makes then compute thetotal salary by using : total salary = salary + commission - taxes.If you know that the commission and taxes are compute by the following :1- if the employee makes less or equal than 10000$,the commission is5% of salary and the taxes is 10% of the employee makes.2- if the employee makes greater than 10000$ and the employeemakes less or equal 20000$, the commission is 10% of the salaryand the taxes is 15% of employee makes.3- if the employee makes more than 20000$, the commission is 15%of the salary and the taxes is 20% of the employee makes.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here