public static void Main()
Console.WriteLine("adj meg egy számot: ");
a = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("adj meg még egy számot: ");
b = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("A kétszam: {0}, {1}", a*Math.PI);