#include void main () { static int ma[10][10]; int i,j,m,n,even=0,odd=0; printf ("Enter the order ofthe matrix \n"); scanf ("%d %d",&m,&n); printf ("Enter the coefficients if matrix \n"); for (i=0;i