diff --git a/Lab1/White.cs b/Lab1/White.cs index 29fe881b..564ada35 100644 --- a/Lab1/White.cs +++ b/Lab1/White.cs @@ -7,6 +7,75 @@ public bool Task1(double d) bool answer = false; // code here + static void Main(string[] args) +{ + var rand = new Random(); + int n = rand.Next(3, 10); + int m=rand.Next(3, 10); + int[,] task1 = new int[n, m]; + for (int i=0; i