Question: c++ Global Scope) #include using namespace std; . Own // Constant for the number of columns const int COLS = 5; // Function prototypes int
c++
Global Scope) #include using namespace std; . Own // Constant for the number of columns const int COLS = 5; // Function prototypes int getTotal(int [][COLS], int); double getAverage (int [][COLS], int); int getRowTotal(int [][COLS], int); int getColumn Total(int (COLS], int, int); int getHighest InRow(int[][COLS], int); int get Lowest InRow(int[][COLS], int); E int main() { const int ROWS = 4; // Constant for the number of rows Soovinu // Array with test data int testArray[ROWS] [COLS] = { { { { { 1, 6, 11, 16, 2, 3, 4, 5 }, 7, 8, 9, 10 }, 12, 13, 14, 15 }, 17, 18, 19, 20 } }; // Display the total of the array elements. cout