✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
public delegate double DToD (double x);
В результаті виконання фрагмента коду
double res = new DToD (Math.Cos) (Math.PI);
відбудеться наступне:
( *** CSharp 3.1 *** )