public static void Main()
Console.WriteLine("ادخل العدد ثلاثي المنزلة");
ka=int.Parse(Console.ReadLine());
Console.WriteLine(" the number is {0}", ka);
Console.WriteLine(" the total for numbers is {0}", ke);
Console.WriteLine(" the opposite of the number is {0}", kc,kd,kb);