logo

Crowdly

¿Cuál es la estructura if equivalente al siguiente código? int opcion = Conver...

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

¿Cuál es la estructura if equivalente al siguiente código?

int opcion = Convert.ToInt32(Console.ReadLine());

switch (opcion)

{

case 1:

break;

case 2:

break;

case 4:

break;

default:

break;

}

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!