✅ 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);
Дано оголошення класу
public class Three {
public double F (double x) {return x * 2;}
public int F1 (int x) {return x * 2; }}
Вкажіть коректні оголошення примірників делегата:
( *** CSharp 3.1 *** )