chandradanda chandradanda 20-08-2022 Computers and Technology contestada i have a multidimensional array (6 dimensions) i want to print each the array such that [0][0][0][0][0][0] [1][1][1][1][1][1] [2][2][2][2][2][2] and so on, if that possible, how can i do it ?