Consider a 2D array X whose index set of first and second dimensions ranges from
-3 to 3 and 2 to 5 respectively (i.e X[-3..3 , 2..5]).
a) Find the length of each dimension and size of this 2D array.
b) If this array is stored in row major order then find the address of X[1,3].
Given Base(X)=5000.