Write a C# program to convert a given string into lowercase

  • برمجة سي شارب
  • برمجة

Write a C# program to convert a given string into lowercase

Sample Output:

write a c# sharp program to display the following pattern using the alphabet.

الأجوبة

using System;  
public class Exercise23
{  
    public static void Main() 
      {          
                    string line = "Write a C# Sharp Program to display the following pattern using the alphabet.";
                   
                        Console.WriteLine(line.ToLower());
                    
    }
}
هل كان المحتوى مفيد؟

تبحث عن مدرس اونلاين؟

محتاج مساعدة باختيار المدرس الافضل؟ تواصل مع فريقنا الان لمساعدتك بتأمين افضل مدرس
ماهو التخصص الذي تبحث عنه؟
اكتب هنا...