Write a function sum3DArray. This function will take a three dimensional array of ints and add all the entries in the three dimensional array. Assume columns and rank are two constants already defined.
int sum3DArray(int cube[][columns][rank], const int rows)