public static void Main()
Console.WriteLine("Введіть дійсні числа а, в, с?");
a=double.Parse(Console.ReadLine());
b=double.Parse(Console.ReadLine());
c=double.Parse(Console.ReadLine());
Console.WriteLine("введіть діапазон х-у");
x=int.Parse(Console.ReadLine());
y=int.Parse(Console.ReadLine());
Console.WriteLine("sum="+ sum);