QAZIMAAZARSHAD / Income-Tax-Calculator

Income Tax Calculation System For A Salaried Person
https://github.com/QAZIMAAZARSHAD/Income-Tax-Calcultor/blob/main/README.md
MIT License
35 stars 58 forks source link

Validated Annual Tax and Exemption entered by the user. #101

Closed Prateek027-S closed 3 years ago

Prateek027-S commented 3 years ago

Issue Number 49

fixes #

ISSUE #49 #### Describe the changes you've made I have used Regular expressions to validate the user input. If the user enters invalid input, then an error message-box shows up. #### Describe if there is any unusual behaviour of your code(Write `NA` if there isn't) NA #### Additional context (OPTIONAL) Add any other context or screenshots about the feature request here. #### Test plan (OPTIONAL) By entering invalid input such as characters instead of numbers or leaving the fields empty, and then clicking the Calculate button. #### Checklist