[C# Tutorial] Khai báo và sử dụng biến
Bill Maira
string aFriend = "Bill"; Console.WriteLine(aFriend); aFriend = "Maira"; Console.WriteLine(aFriend);