Write a loop to output all the values of a 2-D int array declared as 'table'[10][5], one row per line and one space between values in a row. Write just a code snippet, not a complete program, i.e. just the loop code and just to display the values in 'table' (assume values have been written to the array)