示例#1
0
        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();
        }
示例#2
0
        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();
        }