public static void Main()
Console.WriteLine("Մուտքագրեք եռանիշ թիվ");
int myNumber = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Առաջին նիշնն է "+a);
int b = (myNumber%100)/10;
Console.WriteLine("Երկրորդ նիշնն է "+b);
Console.WriteLine("Երրորդ նիշնն է "+c);