hye all :)
can u help me with this code:
int list[4][4] ={7,23,12,6,
2,1,4,10,
65,15,33,8,
18,26,42,12};
int i,j;
for (i=0;i<4;i++)
{
for(j=0;j<4;j++)
{
cout<<list[i][j];
}
}
there's output but i want it to display 4X4