static void Main(string[] args) { int x = 11; Console.WriteLine(IntConverter.MultiplByTen(x)); Console.ReadKey(); }