Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
SafeSquareRoot.java
Reference Type parameter by Ref vs. Normal
Time by 15 minutes
hay
sdfgthyjukiujyhtgrf
test
convert a string of numbers to a list then use a forEach to loop through the list
scanf1
ex8 For_Loop
linq test
Please log in to post a comment.