I want to know that even if there are elements where salary is not equal, even than do we have to eliminate elements with salary < x ?
Doubt regarding x
@Rachit-Garg-2234555286667579 eliminating elements with salary < x has nothing to do with if list has elements with equal salary or not.
1 Like
So, we have to anyway eliminate those elements.
yeah eliminate every element less than x.
1 Like