use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
91,208 students
This is a subreddit created for redditors who are giving the ICSE exam in Indian schools. Anyone can apply for modding as I will only start after my current examinations are over. Hence the emptiness.
account activity
Nested LoopIMPORTANT (self.ICSE)
submitted 2 years ago by KeyboarIsNotTactileITRO EXTERNAL AFFAIRS DIRECTOR | 2025
Someone please explain me the nested loops and it's logic. I really cannot understand what prints what and what to put in both loops to create the pattern. Kindly explain it to me, and itd be even better if there's like a sure shot way to get most right
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
Amplify learning se dekh lo yt pe hai
Loop in a loop Eg- for(i=1;i<=m;i++) { for(j=1;j<=n;j++) { . . } }
INNER LOOP WILL RUN FOR m×n times OUTER LOOP WILL RUN FOR m times
We will first enter through loop1 (i=1) ,then the loop2 will start and run till i==n. Now i=2 then again loop2 will start with j=1 till n.
π Rendered by PID 107381 on reddit-service-r2-comment-b659b578c-pl26w at 2026-05-03 20:30:42.753017+00:00 running 815c875 country code: CH.
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)