using System.Collections;
public sinhvien(string ma, string ten, float diem){
Console.WriteLine("Nhap thong tin sinh vien:");
Console.WriteLine("Nhap ma so:");
Console.WriteLine("Nhap ho ten:");
hoten=Console.ReadLine();
Console.WriteLine("Nhap diem trung binh:");
diemtb=float.Parse(Console.ReadLine());
public float tinhtienthuong()
if (diemtb >= 7 && diemtb<8.5)
else if (diemtb >=8.5 && diemtb<=10)
Console.WriteLine("{0}\t{1}\t{2}\t{3})",maso,hoten,diemtb,tinhtienthuong());
public static void Main()
Console.WriteLine("Hello World");