public static void Main()
Console.WriteLine("Нақты а саны берілген:");
x = Convert.ToInt32(Console.ReadLine());
y = Convert.ToInt32(Console.ReadLine());
y = 1/x+Math.Log(Math.Abs(x));
y = Math.Exp(-x)+Math.Sqrt(x);
Console.WriteLine("Значение функции равно "+y+" при x = "+x);