Posts by Paulo Tadeu Chagas • 11 points
1 post
-
0
votes1
answer107
viewsQ: Getvalue() does not show value that is assigned to the variable
static void Main(string[] args) { // ASSIM FUNCIONA //var ObjGeneric = new Pessoa(); //ObjGeneric.Nome = "PAULO TADEU CHAGAS"; //ObjGeneric.Idade = 25; //…