Posts by Vinicius Caetano • 89 points
4 posts
-
-1
votes2
answers100
viewsQ: Why is calling a method not compiling?
using System; using System.IO; namespace testando { public class pessoa { public void Falar(){ Console.WriteLine("Ola meu nome é ninguem"); } } …
-
-2
votes1
answer63
viewsQ: Doubt with foreach C#
please. see the code at this link: https://pastebin.com/raw/rDCZQhtf and tell me why the sentence doesn’t come out with the jumbled lyrics; if possible, give me an idea of how to do the same thing…
c#asked Vinicius Caetano 89 -
5
votes2
answers933
viewsQ: Take the index of a value in an array
How do I get an index of a value of mine array? For example: char[] letras = new char[]{'a','b','c','d'}; In letras, i would like to pick up the value index b for example. How do I do this in C#?…
-
-1
votes2
answers100
viewsQ: Doubt with the language C#
I have a String any kind of "chair ". Doubt How do I give a space between all the letters in C#?
c#asked Vinicius Caetano 89