"sort games test case not passed"

“test case not passed”


plz tell what the problem in my code

may be the string comparison logic, we cannot compare strings like this, use for loop.
Also you have to print salaries greater than or equal to given target salary, you are only printing greater salaries.
Try these, I think this will solve your problem.