Delhi odd even problem(urgent)

Question: - https://online.codingblocks.com/player/11039/content/8063/4700
Solution: - https://ide.codingblocks.com/s/75570
The test case is not getting satisfied.

the fault in your code is that you are actually taking the sum of all the digits . But instead you have to separate two sums , sum of digits which are even and sum of digits which are odd . Read carefully
“sum of digits which are even”, i.e . 0,2,4,6,8. I hope you know where you are wrong .

yes
thank you so much