#include void max_value(int array[][4]) { int i,j,max=array[0][0],iIndex=0,jIndex=0; for(i=0;i<3;i++) for(j=0;j<4;j++) if(max