C++ Programming


Logic Programming Project Suggestion

  1. Small Business Tax Calculator

The goal of the Worksheets project is to design, implement, and deploy a digital worksheet that embodies governmental regulations or regulations from some non-governmental institution. In this project, you will develop a worksheet for an Employer’s Quarterly Federal Tax. This application satisfies many of the requirements for a good course project.

  1. Form 941 for filing Employer’s Federal Taxes is self-contained: it contains all the relevant data and it can collect that data from its user without undue and unnecessary burden.
  2. The worksheet for Form 941 should correctly implement all regulations relevant to Employer’s Federal taxes. The regulations are numerous and non-trivial.
  3. We believe that the use of Worksheets will make the task of preparing Employer’s Federal Taxes easier for the user. For example, the worksheet should perform a complicated calculation for the user or check the user’s inputs to avoid errors. There are several lines in this form that require additional calculations that are currently done outside. Such calculations can be supported much better if they were implemented using an inter-linked worksheet.

An initial analysis of the problem, and a small worked out example to jump start your effort is available here.