From 3584b0e331973c28728e7350a7616b0bffaeb3ba Mon Sep 17 00:00:00 2001 From: Ver-Vina Date: Mon, 24 Nov 2025 12:27:34 +0300 Subject: [PATCH] Update White.cs --- Lab1/White.cs | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) 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