static void Main(string[] args) { Console.WriteLine("Divisori di: "); int n = Convert.ToInt32(Console.ReadLine()); Gestione.Divisori(n); }