subject

1.      Draw a flowchart algorithm and Write a c++ program that calculates the employee’s salary as Ethiopia context?   Here are the formulas on how to calculate personal (employee) income tax, pension, gross and net income in Ethiopia. For comparison purpose, we have also added the old net salary, pension and income tax caluculation methods.   §  Salary Income Tax = (Gross Salary * Tax Rate) – Deduction §  Employee Pension – Gross Salary x 7% §  Net Income = Gross Salary – Salary Income Tax – Employee Pension – Other Taxes (If applicable) §  Employee Pension – 7% §  Company Pension – 11%   No.      Salary Range (ETB)  Tax Rate            Deduction (ETB) 1.         0 –  600 Birr              Non-Taxable  – 2.         601 -  1,650 Birr                                  10%        60 Birr 3.         1,651 – 3,200 Birr            15%          142.50 Birr 4.         3,201 – 5,250 Birr            20%            302.50 Birr 5.         5,251 – 7,800 Birr            25%            565 Birr 6.         7,801 – 10,900 Birr            30%            955 Birr 7.         Over 10,900 Birr                   35%            1,500 Birr Sample Calculation If the salary of an employee is 2,000 Birr. By referring to the above table, we can see that 2,000 birr falls in the No. 4 row. So, Tax Rate = 15% and deduction = 142.50 Income Tax = (2,000 Birr x 15%) – 142.50 Birr Income Tax = 300 Birr – 142.50 = 157.50 Birr Employee Pension = 2,000 Birr x 7% = 140 Birr Employee Net Income = 2,000 Birr – 157.50 – 140 = 1702.50 Birr Net Income = 1,702.50 Birr​

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 08:30, marialuizavalen
Today is the anniversary of me being on yet, i don't need it anymore! here's a picture of my dog wearing a bowtie! my question is, how do i delete my account?
Answers: 1
image
Computers and Technology, 22.06.2019 10:30, JeroMii
Think about a recent customer service experience - either positive or negative. write a brief summary of that experience. now think about those four characteristics we look for in customer service representatives. how did the representative in your example stack up? write down your answer and give specific examples.
Answers: 1
image
Computers and Technology, 22.06.2019 18:00, alexj29227405
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
image
Computers and Technology, 23.06.2019 00:30, alex7078
Quick pl which one of the following is considered a peripheral? a software b mouse c usb connector d motherboard
Answers: 1
You know the right answer?
1.      Draw a flowchart algorithm and Write a c++ program that calculates the employee’s salary as...

Questions in other subjects:

Konu
Mathematics, 01.08.2019 08:00