I\'m trying to use nested for-loops and new, to write the C++ code that creates a 3x6x4 3D int array (with the name C) in the heap.
Heres my code so far: