Good people, how are you? , I'm new to programming and I have a doubt
Console.WriteLine("Ingresar un tipo");
int unTipo = Convert.ToInt32(Console.ReadLine());
if (unTipo == 1)
{
}
As you can see in the code, it is a console test in C # an...
asked by
06.04.2017 / 21:14