public static void Main(string [] args)
Console.WriteLine("Hello");
Console.Write ("Введите a: ");
string str = Console.ReadLine ();
int a = Convert.ToInt32(str);
Console.Write ("Введите b: ");
str = Console.ReadLine();
int b = Convert.ToInt32(str);
Console.WriteLine ("Первое число - четное");
Console.WriteLine ("a + b = {0} + {1} = {2}", a, b, с);
Console.WriteLine ("Первое число - нечетное");
Console.WriteLine ("a + b = {0} * {1} = {2}", a, b, g);