[Solved] Can you use double brackets in a nested for loop?
I am not sure what exactly you are stuck on based on your question so I made a minimal C program with comments I declared an int array who’s first and second dimension are at least 10 because you iterate both i and j from 0 to 9 (inclusive). This is to avoid out of … Read more