Example #1
0
 public void CN31(StudentsManager std)
 {
     Console.Clear();
     Console.Clear();
     if (std.count == 0)
     {
         Console.WriteLine("Danh sách sinh viên trống!");
         Press();
     }
     else
     {
         Console.WriteLine("================ Nhập điểm thi =================");
         std.addScore();
     }
 }