fr0stn1k

C#Light3.4.5_Kovylov

Feb 17th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. static void CharReplace()
  2.         {
  3.             string text = Console.ReadLine();
  4.             text = text.Replace('a', '#');
  5.             Console.WriteLine(text);
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment