public static void Main()
Console.Write("Введите два числа для их суммы ");
Console.WriteLine("введите первый операнд");
int a = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("введите второй операнд");
int b = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("введите второй операнд");
Console.WriteLine("результат {result}");