public static void Main ()
Console.Write("Introduce un número ");
a=int.Parse(Console.ReadLine());
Console.WriteLine("Tiene " + ctcifras(a)+ " cifras");
Console.WriteLine("Introduce otro número");
a=int.Parse(Console.ReadLine());
public static int ctcifras(int x){