Sort Game test case 0 failed

Why my test case 0 is failed

@shardul15,
https://ide.codingblocks.com/s/283909 corrected code.

Error:
Use if (a.salary >= ms && a.salary < 100) { instead of if (a.salary > ms && a.salary < 100) {

@sanchit.bansal06 thanks