Skip to content

Commit

Permalink
Create q.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
brainmentorspvtltd authored Nov 20, 2020
1 parent 10b66f7 commit 34d5943
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions q.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
SRP, DRY, Gud Encapsulation , Data Hiding, Noun
,Verb

Salary Slip Generate
Employee User Input
Id , FirstName, LastName (Concate) (Proper Case)
Amit Srivastava
Salary (Basic Salary)
HRA - 30% of Basic Salary
DA - 10% of Basic Salary
TA - 20% of Basic Salary
PF - 5% of Basic Salary 5% Employer (Total10%)
GS = BS + HRA + DA + TA - PF (5%)
NS = GS - TAX
TAX = 4L - 5L 10% of Tax
> 5L <9L - 20% of TAX
>9L - 30% of Tax








0 comments on commit 34d5943

Please sign in to comment.