Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
10
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { string sentence = "Dr. Mahmoud is an author and founder of c# corner"; string Ucase = sentence.ToUpper(); Console.WriteLine(Ucase); string Lcase = sentence.ToLower(); Console.WriteLine(Lcase); } } }
run
|
edit
|
history
|
help
0
Inheritance Fallback
squaredigits
get weekofDay from DateTime in C#
Array merge
project euler 10, C#
Fórum ➡ Building a List<> with questions and answers, from data in TXT file, using LINQ ♦
30272 Program Ex7_2 switch
Daily Coding Problem: Problem #2
to get distinct of the given array with each items occurrence count._1
timeleft