コード例 #1
0
ファイル: Program.cs プロジェクト: Ismatov1998/DZ4-02.04.2020
        static void Main(string[] args)
        {
            Student student = new Student("Anvar", "Hafizov", "Abduloevich", 21, "Tajik");

            student.Info();
        }