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