-
using System; class StringLength { public static void Main() { string str = "WebISworlD"; Console.WriteLine(str.ToLower()); } }
webisworld