This code is working fine and well ...still it getting wrong answer during submission

the code is working correctly on sample input and giving sample output still on during the submission it shows wrong asnwer … may u please find out my mistake or is therre something wrong with my logic

Hi @Adi_choudhary,
you don’t have to check that whether number you have given as input is divisible by 4 and 3 but you have to check that whether the even numbers in the input number are divisible by 4 and the odd numbers in the input number are divisible by 3 then print yes else no.
Also keep y and n capital of yes and no while printing.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.