Hello ,
I have the below scenario :
If Experience <=“3” , Salary =5LPA
If EXP > 3 EXP <=5 Salary = 7 LPA
IF Exp >5 ; Exp <= 9 , Salary =10 LPA
i have 3 if condition’s for this.How to write this efficiently ?
Thanks,
S
Hello ,
I have the below scenario :
If Experience <=“3” , Salary =5LPA
If EXP > 3 EXP <=5 Salary = 7 LPA
IF Exp >5 ; Exp <= 9 , Salary =10 LPA
i have 3 if condition’s for this.How to write this efficiently ?
Thanks,
S