using System;
public class Program
{
public static void Main()
string name="swarna chowdary";
Console.WriteLine("the length of the string is " + name.ToUpper());
}