My code run's as it shoul


please review my code it works fine in all input but CB IDE gives wrong-answer

please help I can’t figure out the problem

Hi Arvind,
you have to calculate two sum according to question. You have to calculate the sum of odd digits and even digits in a number separately and then you have to check that if the sum of odd digits divisible by 3 or sum of even digits divisible by 4 then you have to print yes else no.