Int main() int A[99]; { for(int i=0; i<9;i++)</em> { for(int j=0;j<6;j++)</em> { scanf("%d",&A[i]); } } for(int i=0; i<9;i++)<br>{ for(int j=0;j<6;j++)<br>{ if(A[i]%2!=0){A[i]=0;} } } }