pls review my code once let me know if there is something wrong
Why my test case failed
@deepak147852 you are using strict comparison that is not required. Instead of greater than and less than, use less than equal to and greater than equal to.
If this resolves your doubt mark it as resolved.