Logic Programming Project Suggestion
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.