Guest User

Untitled

a guest
May 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. private void button1_Click(object sender, EventArgs e)
  2. {
  3. string input = Console.ReadLine();
  4. {
  5. for (int x = 0; x < input.Length; x++)
Add Comment
Please, Sign In to add comment