Delhi's Odd Even in java

why after submission it shows wrong answer but in eclipse it shows correct answer.
https://ide.codingblocks.com/s/55305

Hii Pankaj,In this question when you extract every digit of the number then check that whether that digit is odd or even ,if odd then add that digit to oddsum and if it is even then you have to add that digit to evensum and then check that if evensum%4==0 or oddsum%3==0 then return true else return false.

https://ide.codingblocks.com/s/55422
this is your correct edited code