How do nested for loops loop over muldimensional arrays?

后端 未结 0 1976
无人共我
无人共我 2020-12-29 10:01

This is a bit of an odd question and hard to find an answer for.

Here is the code:

int[][][][] array = new int[3][2][6][8];
    int x = 0;

    for (in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题