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, 22.06.2019 11:40
Pthreads programming: create and terminate a thread write a c++ program that creates a thread. the main will display a message “hello world from the main”. the main will create a thread that will display a message “hello world from the thread” and then terminates with a call to pthread_exit()
Answers: 3
question
Computers and Technology, 23.06.2019 03:10
Fill in the following program so that it will correctly calculate the price of the orange juice the user is buying based on the buy one get one sale.#include //main functionint main() { int cartons; float price, total; //prompt user for input information printf("what is the cost of one container of oj in dollars? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & price); printf("how many containers are you buying? \n"); scanf(" [ select ] ["%d", "%c", "%f", "%lf"] ", & cartons); if ( [ select ] ["cartons / 2", "cartons % 1", "cartons % 2", "cartons % price", "cartons / price", "cartons / total"] [ select ] ["=", "==", "! =", "< =", "> =", "< "] 0) total = [ select ] ["price * cartons", "cartons * price / 2 + price", "(cartons / 2) * price", "cartons / (2.0 * price)", "(cartons / 2.0) * price + price", "((cartons / 2) * price) + price"] ; else total = ((cartons / 2) * price) + price; printf("the total cost is $%.2f.\n", total); return 0; }
Answers: 2
question
Computers and Technology, 23.06.2019 09:10
Effective character encoding requires standardized code. compatible browsers. common languages. identical operating systems.
Answers: 1
question
Computers and Technology, 23.06.2019 11:00
In the context of the box model, what is the difference between a margin and a padding? a. a padding lies outside a box border, while a margin lies inside it. b. a padding lies inside a box border, while a margin lies outside it. c. a padding can be adjusted independently, while a margin depends on the size of its box. d. a padding depends on the size of its box, while a margin can be adjusted independently.
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
question
History, 29.01.2020 16:51
Questions on the website: 13722362