Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
c->a
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 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 String email = "abc@def.com"; char[] email_chars = email.ToCharArray(); foreach(char c in email_chars){ int ascii = Convert.ToInt32(c); Console.WriteLine("Char: " + c + "Ascii value: " + ascii); } } } }
run
|
edit
|
history
|
help
0
My
Pizzas&Tuples&Golden-Medal
Simple Constructor Implementation
Sort A List of Ages of Students (Solution: Stack / O(N^3) Complexity)
linked list (add to end and beginning, and looking for cycles based on Floyd's algorithm)
dxsdxsd
tytry yrtyrty rt tyrty
Event test
List<Action>()
Deadlock Example