C++ Assignment | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

C++ Assignment

C ++ ASSIGNMENT The management of 'look sharp Hotel' needs a computer application to help calculate the personal emolument of their employees. As a programmer, you are contracted to develop c++ console application. Below are the requirements for the project : * the application should prompt user to enter his/her basic salary *the application should display outputs. The output includes basic salary, SSNIT contribution, Taxable income, Total Deductions and Net Income. ****The formulas for calculation are : *SSNIT contributions = 3.5% of basic salary *Taxable income =Basic salary - SSNIT contributions *For income tax calculation, see the table below 1. [TAXABLE Income {GH} 0 - 299.99 ] 1. [TAX RATE = NIL %] 2.[TAXABLE INCOME {GH} 300.00 - 999.99] 2.[TAX RATE = 3.5%] 3.[TAXABLE INCOME {GH} 1,000.00 and Above] 3.[TAX RATE = 8.7] *total deduction = SSNIT CONTRIBUTIONS + INCOME TAX AMOUNT *Net income = Basic salary - Total Deduction ****CODING *Demonstrates the creation and use of your own define

19th Nov 2018, 10:51 PM
Travis
Travis - avatar
1 Answer
+ 4
Assignments should be submitted in lesson factory. Or post in your feed. Then link here https://www.sololearn.com/discuss/1270852/?ref=app
19th Nov 2018, 10:55 PM
Roneel
Roneel - avatar