In this problem, Inside the ‘for loop’, you are checking if (n%3 == 0) and (n%2 == 0). I think instead of that we should check if (i%3 == 0) and (i%2 ==0) . Correct me if I am missing something.
Thanks
Confusion in code shown in the video
Hi, I am waiting for the reply from 2 days. Your earliest attention would be appreciated
Hey @Mayu007 earlier assigned TA hasn’t responded now it’s assigned to me.
Yes you are absolutely right, It should be i instead of n. Bhaiya might have forgot but he explained the logic right.
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.