Posts by Vinicius Caetano • 3 points
2 posts
- 
		-5 votes2 answers204 viewsQ: How to save an array of chars in a variable?I’m doing an encryption program, starting to reverse the string with the following code: namespace APS { class Program { public static void Main(string[] args) { string frase;… 
- 
		-4 votes3 answers1367 viewsQ: Placing spaces between letters of a textAs if a certain string as "Something" was with spaces between the letters as for example "A l g u m a C o i s a"; as I do it in C#?