Calculate the random access memory (RAM) in megabytes necessary to store a multidimensional array that is 20 × 40 × 120.
This array is double precision, and each value requires a 64-bit word.
Recall that a 64-bit word = 8 bytes and 1 kilobyte = 210 bytes.
Assume that the index starts at 1.