Matrix n = new Matrix(11, 11);
Console.WriteLine("*********");
Console.WriteLine("*********");
Console.WriteLine("*********");
Console.WriteLine("*********");
Console.WriteLine("*********");
int x = int.Parse(Console.ReadLine());
Console.WriteLine("*********");
Console.WriteLine("*********");
Console.WriteLine("*********");
Console.WriteLine("*********");
public Matrix(int col, int row)
public void Ran(int s, int e)
for (int i = 0; i < this.col; i++)
for (int j = 0; j < this.row; j++)
for (int i = 0; i < this.col; i++)
for (int j = 0; j < this.row; j++)
Console.Write(this.m[i, j] + " ");
for (int i = 0; i < this.col; i++)
for (int j = 0; j < this.row; j++)
for (int i = 0; i < this.col; i++)
for (int j = 0; j < this.row; j++)
for (int i = 0; i < this.col; i++)
for (int j = 0; j < this.row; j++)
for (int i = 0; i < this.col; i++)
for (int j = 0; j < this.row; j++)
Console.WriteLine(m[i, j]);
for (int k = 0; k < i; k++)
for (int i = 0; i < this.col; i++)
for (int j = 0; j < this.row; j++)
Console.WriteLine("[" + i + "," + j + "]");
for (int i = 0; i < this.col; i++)
for (int j = 0; j < this.row; j++)
Console.Write(m[i, j] + " ");
for (int i = 0; i < m.GetLength(0); i++)
for (int j = 0; j < m.GetLength(1); j++)
Console.Write(m[i, j] + " ");
for (int i = 0; i < m.GetLength(1); i++)
for (int i = 0; i < m.GetLength(0); i++)