Recently my organization given a test to us, In that I got a question which I couldn't find the answer can anyone help me on this.
Conditions were:
If Handles were greater than 8 and efficiency is greater than 80 then "Great".
If Handles were lesser than 8 and efficiency is greater than 80 then "Fine".
If Handles were lesser than 8 and efficiency is lesser than 80 then "Not Eligible"
- We need to find for every login.
I don't understand how to solve this condition, I used If with nested condition, But I couldn't get the answer.
Conditions were:
If Handles were greater than 8 and efficiency is greater than 80 then "Great".
If Handles were lesser than 8 and efficiency is greater than 80 then "Fine".
If Handles were lesser than 8 and efficiency is lesser than 80 then "Not Eligible"
- We need to find for every login.
I don't understand how to solve this condition, I used If with nested condition, But I couldn't get the answer.