- 1

C++

The application should accept the inputs from the user (Basic salary, Tax Relief Amount) The application should display outputs. The outputs included Basic salary, Tax Relief Amount, SSNIT Contribution, Chargeable Income, Income Tax Amount, Total Deductions and Net Income. All the outputs to Currency format.The formulas for calculation are: SSNIT contribution = 5.5% of basic salary Chargeable Income = Basic salary - (tax relief + SSNIT contribution).Income Tax = 2.02% of chargeable income.Total Deduction =

24th Feb 2018, 1:35 PM
Joshua Kingstar
Joshua Kingstar - avatar
2 odpowiedzi
+ 3
Seems like proffesional grade accounting software.
24th Feb 2018, 3:02 PM
Manual
Manual - avatar