Что выведет следующий код?
Console.WriteLine("0.1 + 0.2 {0} 0.3", 0.1 + 0.2 == 0.3 ? "==" : "!=");
Решение
Last updated 5 years ago