why 12345 not be yes as sum= 15 odd and divisible by3
Doubt in input given in question
No, There will be two sum values, one as even sum and other as odd sum,
sume= 2 + 4 = 6
sumo = 1 + 3 + 5 =9
So if(sume%4==0 || sumo%3==0) then output will be yes… pls read the question again…
I have edited your code… Try to submit it now…
Can you pls tell me the name of question for which you have sent the code…