subject
Computers and Technology, 04.08.2021 20:10 fia31

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: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 08:30
When you interpret the behavior of others according to your experiences and understanding of the world your evaluation is
Answers: 1
question
Computers and Technology, 23.06.2019 20:00
What multimedia system creates an immersive, real-life experience that the user can interact with?
Answers: 1
question
Computers and Technology, 24.06.2019 10:20
Write a program that keeps asking the user for new values to be added to a list until the user enters 'exit' ('exit' should not be added to the list). these values entered by the user are added to a list we call 'initial_list'. then write a function that takes this initial_list as input and returns another list with 3 copies of every value in the initial_list. finally, inside print out all of the values in the new list. for example: input: enter value to be added to list: a enter value to be added to list: b enter value to be added to list: c enter value to be added to list: exit output: a b c a b c a b c note how 'exit' is not added to the list. also, your program needs to be able to handle any variation of 'exit' such as 'exit', 'exit' etc. and treat them all as 'exit'.
Answers: 2
question
Computers and Technology, 24.06.2019 11:20
Every telecommunication setup uses two devices: one device to transmit data and one device to receive data. which device transmits frequencies to mobile phones? towers transmit frequencies to mobile phones.
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
question
Mathematics, 09.11.2019 00:31
question
Mathematics, 09.11.2019 00:31
Questions on the website: 13722367