About ide it is not working properly

System.out.println(); is not working for print in next line and every time whether the code is wrong or not output is always success…

Hi
Pls send the link to the question and your answer.

https://ide.codingblocks.com/s/55101
when i run this code on hacker blocks ide, it shows testcase1-wrong.
problem is delhi’s odd even

Hi Utsav,
You are not reading the question properly,. The question says that the sum of "digits " which are even is divisible by 4…
for eg
in 1234
2,4 are even sum1=6
1,3 are odd sum2=4
so neither sum1%4==0 nor sum2%3==0 hence NO

1 Like