static void Main(string[] args) { studenti Studente = new studenti(); Studente.setmat(Convert.ToInt32(Console.ReadLine())); Studente.setinf(Convert.ToInt32(Console.ReadLine())); Studente.setita(Convert.ToInt32(Console.ReadLine())); Studente.PromossoBocciato(); }