Hàm dạng thủ tục trong C#



namespace BaiHam
{
    class Program
    {
        static void Main(string[] args)
        {
            string s;
            Console.Write("Ban nhap ten:");
            s = Console.ReadLine();
            TenThuTuc(s);
            Console.ReadLine();
        }
        public static void TenThuTuc(string Ten)
        {
            Console.WriteLine("Xin chao:{0}",Ten);

        }
    }
}
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 nhận xét:

Đăng nhận xét