Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C#: Strings / Char Test
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here Console.WriteLine("Hello, world!"); char a = "h".ToCharArray()[0]; string b = "COM"+a; Console.WriteLine(b); } } }
run
|
edit
|
history
|
help
0
GGT
IntNull
Print the letter until the next number
Microsoft Hello World
Call Class Methods with Interface
Helloworld
Working (C# thing)
Palindrome String
Date Conversion
sum of two array elements