Computer Science, asked by TbiaSamishta, 1 year ago

let arr(1:7,-6:6,-8:4) be a 3d array.how many elements are there

Answers

Answered by aqibkincsem
0

To get the number of elements in the 3D array, you need to understand the table number, column number and row number.


The element will be a part that can be accessed by the specification of array name that the follow it by subscript or index inside a square bracket.


Hence, there is a total of 32 elements.

Similar questions