コード例 #1
0
ファイル: Program.cs プロジェクト: anuragbhd/code
        static void Main(string[] args)
        {
            // Create a student of 10th grade
            StudentResult10th student_1 = new StudentResult10th();

            student_1.GetStudentInfo();
            student_1.DisplayStudentInfo();
        }
コード例 #2
0
        static void Main(string[] args)
        {
            // Create a student of 10th grade
            StudentResult10th student_1 = new StudentResult10th();

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