public static void Main()
Console.WriteLine("..........ỨNG DỤNG MUA SÁCH......... :");
Console.Write("Nhập tên người mua: ");
tenNM = Console.ReadLine( );
Console.WriteLine (".................SÁCH BAO GỒM................");
Console.WriteLine (" sách 1 : ");
Console.WriteLine(" sách 2: ");
Console.WriteLine(" sách 3: ");
Console.WriteLine(" sách 4:");
Console.Write (" chọn 1 trong 2,3,4 : " );
sach_bao_gom = Convert.ToInt32(Console.ReadLine( ));
Console.WriteLine("..........NHỮNG CUỐN SÁCH GỔM.............. :");
Console.WriteLine("1. đắc nhân tâm");
Console.WriteLine("2. Tui thấy hoa vàng trên cỏ xanh ");
Console.WriteLine ("3.Hạt giống tâm hồn ");
Console.WriteLine("4. Dám nghĩ lớn");
Console.Write("Nhấn số 1 hoặc 2 hoặc 3 hoặc 4 : ");
NCSG = Console.ReadLine( );
Console.WriteLine (".................HÓA ĐƠN PHÒNG TRỌ.................");
Console.Write("\n Nhap hoa don tien phong :" );
tienphong = Convert.ToInt32(Console.ReadLine( ));
Console.Write("\n Nhap hoa don tien dien : ");
tiendien = Convert.ToInt32(Console.ReadLine( ));
Console.Write("\n Nhap hoa don tien nuoc : ");
tien_nuoc = Convert.ToInt32(Console.ReadLine( ));
Console.Write(" Số lượng tiền phòng :");
so_luong = Convert.ToInt32(Console.ReadLine( ));
Console.Write(" Số lượng tiền điện : ");
so_luong = Convert.ToInt32(Console.ReadLine( ));
Console.Write("Số lượng tiền nước : ");
so_luong = Convert.ToInt32(Console.ReadLine( ));
tong = so_luong * 1000000;
Console.Write (" Tổng tiền phòng + tiền điện + tiền nước ");
so_luong = Convert.ToInt32(Console.ReadLine( ));
tong = so_luong*2000000*1000000;
Console.WriteLine("*********** HÓA ĐƠN ***********");
Console.WriteLine("Tên khách hàng: {0}" , tenKH);
Console.WriteLine("Danh sach khách hàng đã chọn: {0}", ds);
Console.WriteLine("Tổng tiền: {0}" , tong);