Guest User

Untitled

a guest
Oct 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1.             int[,] array = new int[10, 10];
  2.  
  3.             int i;
  4.  
  5.             for (i = 0; i < 10; i++)
  6.             {
  7.  
  8.             }
Add Comment
Please, Sign In to add comment