Example #1
0
        static void Main(string[] args)
        {
            Student st1 = new Student();

            st1.ShowName();
            Student.ShowAcademy();
            Console.WriteLine("Оценка: {0}", st1.GetMark());
        }