Delhi's Odd Even

I don’t understand the actual problem, can you give a proper explanation, what does this question want to say, and what do I have to do?

you can visit Delhi odd even challenge for better explanation.
example. if n = 798784, sum of even digits = 8+8+4 = 20 and it is divisible by 4, so ans is yes.

thanks

Hi @pradeep.mahato.cs.2015,
See the question says that either the sum of all the digits which are even thats means in the number 12345768 - 2,4,6,8 are even digit and their sum is 20 so it is divisible by 4 … or the sum of odd digits which are 1,3,5,7 and their sum is 16 this must be divisible by 3. Well the sum of odd digits is not divisible by 3 but the sum of even digits is divisible by 4 so the particular can be on streets.
Hope this helps