Exemplo n.º 1
0
        static void Main(string[] args)
        {
            // Create a student of 10th grade
            StudentResult10th student_1 = new StudentResult10th();

            student_1.GetStudentInfo();
            student_1.DisplayStudentInfo();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            // Create a student of 10th grade
            StudentResult10th student_1 = new StudentResult10th();

            student_1.GetStudentInfo();
            student_1.DisplayStudentInfo();
        }