public static void Main()
int tong = 0 , so_gio = 0;
Console.WriteLine("----- phòng hát karaoke -----");
Console.Write("nhap ten khach hang: ");
Console.WriteLine("nhập số điện thoại: ");
Console.WriteLine("nhập số chứng minh nhâb dân: ");
tenkh = Console.ReadLine();
Console.WriteLine("---dich vu ---: ");
Console.WriteLine("1. mặc định 1 giờ");
Console.WriteLine("2. đặt hát mấy giờ");
Console.WriteLine("3. combo thức ăn nước uống");
Console.Write("nhấn số 1 hoặc 2 hoặc 3: ");
Console.Write("số giờ hát: ");
so_gio = Convert.ToInt32(Console.ReadLine());
Console.Write("số giờ hát: ");
so_gio = Convert.ToInt32(Console.ReadLine());
msg = "vui lòng chọn dịch vụ";
Console.WriteLine("----hóa đơn----");
Console.WriteLine("tên khách hàng : {0}",tenkh);
Console.WriteLine("tổng tiền: {0}",tong);