Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static void Main(string[] args)
- {
- string message = "Hello World";
- char[] chars = message.ToCharArray();
- for (int i = 0; i < chars.Length; i++)
- Console.WriteLine(chars[i]);
- }
Advertisement
Add Comment
Please, Sign In to add comment