Saturday 2 December 2017

C# Program to Convert Upper case to Lower Case


Code:

using System;
public class Program
{
    public static void Main()
    {
        string str;
        Console.WriteLine("Enter the String in Uppercase :");
        str = Console.ReadLine();
        Console.WriteLine("String in LowerCase : {0}", str.ToLower());
        Console.ReadLine();
    }
}


Output:

Enter the String in Uppercase : EXECUTECODES
String in Lowercase :executecodes


More C# Programs:



















100+ Best Home Decoration Ideas For Christmas Day 2019 To Make Home Beautiful

Best gifts for Christmas Day | Greeting cards for Christmas Day | Gift your children a new gift on Christmas day This Christmas d...