logo

Crowdly

El siguiente programa mostrará como resultado: static void Main(string[] args)...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

El siguiente programa mostrará como resultado:

static void Main(string[] args)

{

        String vNombre;

vNombre = "José";

if (vNombre == "Jose" && vNombre == "Pedro")

{

      Console.WriteLine("Saludos {0}", vNombre);

}

else

{

      Console.WriteLine("Saludos");

}

       Console.ReadKey();

}

More questions like this

Want instant access to all verified answers on campusvirtual.intec.edu.do?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!