INCOME TAX CALCULATOR USING C++

This post is about a very basic income tax calculator application.


Income tax calculator is an open ended application developed by object oriented programming in  C++. This application calculates income tax for individual salaried person by getting the age as first input and then accordingly calculates the income tax.

This application is based on the details given on this link: http://www.itsallaboutmoney.com/did-you-know/learn-how-to-calculate-your-income-tax




Income tax calculator welcome screen
Income tax calculator- getting the details

It is not a menu driven program, but it just takes some basic details of yours like:
  • AGE (on basis of this the object of different classes are created to perform task)
  • Name
  • Occupation
  • Address
  • Unique Id
  • Asks to declare savings (IF ANY).


income tax calculator - getting savings

Here, if there are some savings to declare, than the program asks for various different type of savings like
  • savings under section 80C
  • savings in home loan
  • savings in medical insurance
If the savings exceed the limit  shown than this application itself allocates the maximum permitted savings only.



showing the details

At the end, annual income is asked and then all the details  about user are given as output.

FUTURE IMPROVEMENT(s):




  • There are many things that can be improved in this application
  • They can be from user friendly interface to database management of users
  • Searching or records to managing ,updating, deleting records
  • And also the frequent changes according to the rules for tax calculation by government.
Thanks for reading this article , if u want to get the code just download it from : THIS LINK
If there is any query, feel free to ask in comments.

Comments

  1. Hey..Bro
    please send me code of INCOME TAX CALCULATOR USING C++ at mihirpatel1611@gmail.com
    thanks in anticipation

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete
  3. jaydev@gmx.us...Please sir...mail me income tax calculator program...thankyou

    ReplyDelete
  4. This text is worth everyone’s attention. How can I find out more? Really great news!!! this information is well worth looking everyone. Good tips.
    _________________________
    India ctc tax calculator

    ReplyDelete
  5. Guys as mention at end of the article you can get code from that link. Thanks for reading the article. Stay tuned. continue();

    ReplyDelete
  6. Thanks for the information... I really love your blog posts... specially those on Income Tax for FY 2017-18

    ReplyDelete
  7. program was not running in dev c and i dont understand how to fix it please help me my email id is - vishalg14397@gmail.com

    ReplyDelete
  8. please send me code of INCOME TAX CALCULATOR USING C++ at
    er.jatinarora@gmail.com

    ReplyDelete

Post a Comment

Popular posts from this blog

Windows phone Wifi connectivity problem.

Create Excel file using Java: Apache POI - PART - 2: Line Chart