Advertisement
AlexandruDu

Afisarea unei Matrici

Jun 3rd, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1.   for(i=0;i<n;i++)
  2.   for(j=0;j<m;j++)
  3.      {
  4.        cout<<a[i][j]<<" ";
  5.        cout<<endl;
  6.      }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement