void textbook_ex4(int m,int n){ int j,i; for(j= 1;j<=n;j=j+ 1) for(i= 1;i<=m;i=i+ 1) ; }