static void Main(string[] args) { SinhVien sv = new SinhVien(); sv.Nhap(); sv.TinhDiemTB(); sv.InThongTinSV(); Console.ReadLine(); }