Why my test case 0 is failed
Sort Game test case 0 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) {
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) {