string name = "Anthony"; int nameLength = name.Length; Console.WriteLine("The name " + name + " contains " + nameLength + "letters.");