✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Random d1, d2;
d1 = new Random (1); d2 = new Random (1);
System.Console.Write(d1! = D2);
Вкажіть результат виведення на консоль після виконання методу Main():
(**CharpBase**)