✅ 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;
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!