public static void Main()
string str = "I love to ski in the winter";
Console.WriteLine($" Length is {ln}");
Console.WriteLine(str.ToUpper());
Console.WriteLine(str.ToLower());
for (int i = 0; i < str.Length; i++)
Console.WriteLine(count);
for (int i = 0; i < str.Length; i++)