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

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:50
Assume the existence of a bankaccount class. define a derived class, savingsaccount that contains two instance variables: the first a double, named interestrate, and the second an integer named interesttype. the value of the interesttype variable can be 1 for simple interest and 2 for compound interest. there is also a constructor that accepts two parameters: a double that is used to initialize the interestrate variable, and a string that you may assume will contain either "simple", or "compound", and which should be used to initialize the interesttype variable appropriately. there should also be a pair of functions getinterestrate and getinteresttype that return the values of the corresponding data members (as double and int respectively).
Answers: 2
question
Computers and Technology, 23.06.2019 12:20
When guido van rossum created python, he wanted to make a language that was more than other programming languages. a. code-based b. human-readable c. complex d. functional
Answers: 1
question
Computers and Technology, 24.06.2019 02:00
Write an expression that will cause the following code to print "equal" if the value of sensorreading is "close enough" to targetvalue. otherwise, print "not equal". ex: if targetvalue is 0.3333 and sensorreading is (1.0/3.0), output is:
Answers: 1
question
Computers and Technology, 24.06.2019 05:50
What all vehicles has tesla inc. created over the years
Answers: 3
You know the right answer?
1.      Draw a flowchart algorithm and Write a c++ program that calculates the employee’s salary as...
Questions
Questions on the website: 13722362