コード例 #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
ファイル: Program.cs プロジェクト: Giamma94/Lessons
        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();
        }